This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch upgrade-boot
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit f8fd27a6825b6d03b28d89eb8b5c15fc2211c9cb
Author: Mattias Reichel <[email protected]>
AuthorDate: Sat Feb 21 08:18:19 2026 +0100

    Upgrade to Spring Boot 3.5.11
    
    https://github.com/spring-projects/spring-boot/releases/tag/v3.5.11
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index b45d8a5309..5f48190fdb 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -37,7 +37,7 @@ ext {
             'jna.version'                   : '5.17.0',
             'jquery.version'                : '3.7.1',
             'objenesis.version'             : '3.4',
-            'spring-boot.version'           : '3.5.10',
+            'spring-boot.version'           : '3.5.11',
     ]
 
     // Note: the name of the dependency must be the prefix of the property 
name so properties in the pom are resolved correctly

Reply via email to