From c35982e0e2c8df6d03b5c672a1cd8f1560aaed8e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 15 Feb 2024 13:35:35 -0500 Subject: [PATCH] Fix `preface.adoc` for SI version --- src/reference/antora/modules/ROOT/pages/preface.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/antora/modules/ROOT/pages/preface.adoc b/src/reference/antora/modules/ROOT/pages/preface.adoc index ec8e571b0a..cf8e8eec5f 100644 --- a/src/reference/antora/modules/ROOT/pages/preface.adoc +++ b/src/reference/antora/modules/ROOT/pages/preface.adoc @@ -15,13 +15,13 @@ This section details the compatible https://www.oracle.com/technetwork/java/java [[supported-java-versions]] === Compatible Java Versions -For Spring Integration 6.2.x, the minimum compatible Java version is Java SE 17. +For Spring Integration 6.3.x, the minimum compatible Java version is Java SE 17. Older versions of Java are not supported. [[supported-spring-versions]] === Compatible Versions of the Spring Framework -Spring Integration 6.2.x requires Spring Framework 6.1 or later. +Spring Integration 6.3.x requires Spring Framework 6.1 or later. [[code-conventions]] == Code Conventions