From d53c2b25d030b630ac2f75652bb374f3472fad79 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Oct 2022 16:28:03 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.0-RC2 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 4076e452469..bd88b22cafc 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-RC1") { + library("Spring Retry", "2.0.0-RC2") { group("org.springframework.retry") { modules = [ "spring-retry"