From 607c155d4c9a4a733acfb7caea47b6f306d5109d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:33 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.2 Closes gh-35742 --- 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 d192533835..4a9890b307 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.2-SNAPSHOT") { + library("Spring Retry", "2.0.2") { group("org.springframework.retry") { modules = [ "spring-retry"