This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch spring-boot-4.1.1 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit b914f8c29cf4763982194ffb9d04f85f5471a9c1 Author: Mattias Reichel <[email protected]> AuthorDate: Fri Aug 21 11:26:38 2026 +0200 fix(deps): Update Spring Boot to 4.1.1 --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 59e5bb38ad..274e46268c 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -43,7 +43,7 @@ ext { 'log4j2.version' : '2.25.5', 'maven-model.version' : '3.9.16', 'objenesis.version' : '3.4', - 'spring-boot.version' : '4.1.0', + 'spring-boot.version' : '4.1.1', ] // Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly
