From 934b601c884b6da333407f557c6e6e7568425023 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Nov 2022 13:46:54 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.0 Closes gh-33149 --- 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 753a90447828..f4872cce8e6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1412,7 +1412,7 @@ bom { ] } } - library("Spring Retry", "2.0.0-SNAPSHOT") { + library("Spring Retry", "2.0.0") { group("org.springframework.retry") { modules = [ "spring-retry"