From c2075bf8e02b5343302220a53063f1f23b327f2f Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 18 Mar 2025 14:00:14 +0100 Subject: [PATCH] Document support for Java 24 Closes gh-44754 --- .../src/docs/antora/modules/ROOT/pages/system-requirements.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/system-requirements.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/system-requirements.adoc index 8c82cbd552..fc09b8ed37 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/system-requirements.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/system-requirements.adoc @@ -1,7 +1,7 @@ [[getting-started.system-requirements]] = System Requirements -Spring Boot {version-spring-boot} requires at least https://www.java.com[Java 17] and is compatible with versions up to and including Java 23. +Spring Boot {version-spring-boot} requires at least https://www.java.com[Java 17] and is compatible with versions up to and including Java 24. {url-spring-framework-docs}/[Spring Framework {version-spring-framework}] or above is also required. Explicit build support is provided for the following build tools: