Document support for Java 21

Closes gh-37371
This commit is contained in:
Moritz Halbritter 2023-09-22 09:22:14 +02:00
parent 3f9a04331c
commit 6be8ce948a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 20.
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 21.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for the following build tools:
@ -37,4 +37,4 @@ Spring Boot supports the following embedded servlet containers:
| 4.0
|===
You can also deploy Spring Boot applications to any Servlet 3.1 or 4.0 compatible container.
You can also deploy Spring Boot applications to any Servlet 3.1 or 4.0 compatible container.