From 0ae448eae614d1d1959fc53789ddae9acb741c53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Oct 2022 10:29:20 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.0-RC1 Closes gh-32600 --- 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 2d27e79b09..2a952dfe28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1483,7 +1483,7 @@ bom { ] } } - library("Spring Retry", "2.0.0-SNAPSHOT") { + library("Spring Retry", "2.0.0-RC1") { group("org.springframework.retry") { modules = [ "spring-retry"