From f1b60eef553bfb961b74c2b59a385049f948bff4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 18:06:17 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.0-M1 Closes gh-32293 --- 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 d6e80a349e..77f1b6c66d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1469,7 +1469,7 @@ bom { ] } } - library("Spring Retry", "2.0.0-SNAPSHOT") { + library("Spring Retry", "2.0.0-M1") { group("org.springframework.retry") { modules = [ "spring-retry"