From c9e16dc926d2f3cb8bbb79ea2949bc742d2b23ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 19 Oct 2024 10:27:40 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.10 Closes gh-42540 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 5a544dfbfe8..d6c9829ab53 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Retry", "2.0.10-SNAPSHOT") { + library("Spring Retry", "2.0.10") { considerSnapshots() group("org.springframework.retry") { modules = [