From 62672a421d8d3c8057b74d4ffc4bca172feb1eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20G=C3=B3mez?= Date: Tue, 28 Apr 2026 20:27:25 +0200 Subject: [PATCH] Fix incorrect Java version reference in overview docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mario Gómez --- framework-docs/modules/ROOT/pages/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/overview.adoc b/framework-docs/modules/ROOT/pages/overview.adoc index 8ac7c152c6b8..06afa9ab817f 100644 --- a/framework-docs/modules/ROOT/pages/overview.adoc +++ b/framework-docs/modules/ROOT/pages/overview.adoc @@ -5,7 +5,7 @@ Spring makes it easy to create Java enterprise applications. It provides everything you need to embrace the Java language in an enterprise environment, with support for Groovy and Kotlin as alternative languages on the JVM, and with the flexibility to create many -kinds of architectures depending on an application's needs. As of Spring Framework 6.0, +kinds of architectures depending on an application's needs. As of Spring Framework 7.0, Spring requires Java 17+. Spring supports a wide range of application scenarios. In a large enterprise, applications