From 1be434e0a338adc9101efbcff1c1cb2423c27ca3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Apr 2022 08:26:19 +0200 Subject: [PATCH] Upgrade to Spring Retry 1.3.3 Closes gh-30599 --- 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 216009ec8f5..ef283b53db9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1751,7 +1751,7 @@ bom { ] } } - library("Spring Retry", "1.3.3-SNAPSHOT") { + library("Spring Retry", "1.3.3") { group("org.springframework.retry") { modules = [ "spring-retry"