This is an automated email from the ASF dual-hosted git repository. dauer pushed a commit to branch issues-16060-Upgrade-docs-mixed-up-version-numbers in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 5d024d71b9e36347209b039fd5be610f9e2badba Author: Thomas Rasmussen <[email protected]> AuthorDate: Fri Jul 31 18:08:44 2026 +0200 Issues #16060 Docs: Mixed-up version numbers Upgrade documentation: Mixed-up version numbers in headings for Spring and Spring Boot in upgrading70x.adoc --- grails-doc/src/en/guide/upgrading/upgrading70x.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-doc/src/en/guide/upgrading/upgrading70x.adoc b/grails-doc/src/en/guide/upgrading/upgrading70x.adoc index d2a5a5ea17..0cdf86f01d 100644 --- a/grails-doc/src/en/guide/upgrading/upgrading70x.adoc +++ b/grails-doc/src/en/guide/upgrading/upgrading70x.adoc @@ -261,13 +261,13 @@ The benefits of reproducible builds are well documented, but for Grails applicat To make your local build reproducible, you'll want to set the environment variable `SOURCE_DATE_EPOCH` to a fixed date. For Grails, we set this value to the last commit in git via the bash command: `SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)` -==== 8. Spring 3.5.x: +==== 8. Spring 6.2.x: Grails 7.0.x is built on the Spring Framework, version 6.2.x. If your project uses Spring-specific features, refer to the https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x[Upgrading to Spring 6 guide]. This update introduces enhancements and fixes to the Spring Framework, providing you with the latest improvements in dependency injection, web frameworks, and other Spring-related functionalities. -==== 9. Spring Boot 6.2.x: +==== 9. Spring Boot 3.5.x: Grails 6 used Spring Boot 2.7.x. Grails 7.0.x updates this to Spring Boot 3.5.x. For more information, consult the release notes for previous Spring Boot releases: 1. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes[Spring Boot 3.5 Release Notes]
