From 0af4c5507d8ae9ad272e3c969578bf69d843473d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 10:42:02 +0000 Subject: [PATCH] Upgrade to Spring Retry 2.0.1 Closes gh-34556 --- 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 13b4d8972b..e6ec424b1b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("Spring Retry", "2.0.1-SNAPSHOT") { + library("Spring Retry", "2.0.1") { group("org.springframework.retry") { modules = [ "spring-retry"