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 15f743fd70d60b3d2bc829f722638613061c9425
Author: Mattias Reichel <[email protected]>
AuthorDate: Fri Aug 21 12:43:49 2026 +0200

    fix(deps): Bump spring-retry to 2.0.13
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index fb249665ee..b2c002ea9d 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -126,7 +126,7 @@ ext {
             // Spring Boot 4 no longer manages spring-retry; pin it here so the
             // grails-shell-cli SpringRetryCompilerAutoConfiguration's 
unversioned
             // reference resolves and consumer apps using @Retryable get a 
known version.
-            'spring-retry.version'          : '2.0.11',
+            'spring-retry.version'          : '2.0.13',
             // Undertow is no longer managed by spring-boot-dependencies: 
Spring Boot 4
             // removed its Undertow support before GA. Servlet 6.1 support 
ships as
             // undertow-core 2.4.x plus the io.undertow.ee servlet/websockets 
artifacts,

Reply via email to