Skip to content

Commit

Permalink
Document support for Java 21
Browse files Browse the repository at this point in the history
Closes gh-37371
  • Loading branch information
mhalbritter committed Sep 22, 2023
1 parent 3f9a043 commit 6be8ce9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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.

0 comments on commit 6be8ce9

Please sign in to comment.