This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch spring-boot-3.5.7 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 98dded4d21a1730f1258f0acc29687600f48cc38 Author: James Fredley <[email protected]> AuthorDate: Thu Oct 23 23:57:22 2025 -0400 Update to Spring Boot 3.5.7 and Groovy 4.0.29 Bumped 'spring-boot.version' from 3.5.6 to 3.5.7 and 'groovy.version' from 4.0.28 to 4.0.29 in dependencies.gradle to include latest bug fixes and improvements. --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 97b880253f..b69ae8e2ec 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -38,7 +38,7 @@ ext { 'jquery.version' : '3.7.1', 'objenesis.version' : '3.4', 'gradle-spock.version' : '2.3-groovy-3.0', - 'spring-boot.version' : '3.5.6', + 'spring-boot.version' : '3.5.7', ] // Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly @@ -73,7 +73,7 @@ ext { 'bootstrap.version' : '5.3.7', 'commons-codec.version' : '1.18.0', 'geb-spock.version' : '8.0.0', - 'groovy.version' : '4.0.28', + 'groovy.version' : '4.0.29', 'h2.version' : '2.3.232', 'jackson.version' : '2.19.1', 'jquery.version' : '3.7.1',
