From fe77ddca24876ddd7cac59da791cdcbe103d26e4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:33:11 +0000 Subject: [PATCH] Upgrade to Spring Retry 2.0.1 Closes gh-34544 --- 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 0e2a8077089..d4be05dc1c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1409,7 +1409,7 @@ bom { ] } } - library("Spring Retry", "2.0.1-SNAPSHOT") { + library("Spring Retry", "2.0.1") { group("org.springframework.retry") { modules = [ "spring-retry"