From 5e9c4b2dc5c4b53a407dded6162e01c3214e76c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 19 Oct 2024 10:28:20 +0200 Subject: [PATCH 1/2] Upgrade to Spring Retry 2.0.10 Closes gh-42552 --- 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 19400b36147..11b083431ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2108,7 +2108,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.10-SNAPSHOT") { + library("Spring Retry", "2.0.10") { considerSnapshots() group("org.springframework.retry") { modules = [ 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 2/2] 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 = [