From c858c1e99886996266f1f95d5ec51899fa02e10a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Oct 2022 10:23:47 +0200 Subject: [PATCH] Upgrade to Spring Retry 1.3.4 Closes gh-32593 --- 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 3f664248dd..f650a5bc85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Retry", "1.3.4-SNAPSHOT") { + library("Spring Retry", "1.3.4") { group("org.springframework.retry") { modules = [ "spring-retry"