From 040c78062e35a3609e6108cc1b6036399e4d2405 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Oct 2022 10:28:30 +0200 Subject: [PATCH] Upgrade to Spring Retry 1.3.4 Closes gh-32594 --- 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 0dd268b1d943..2f6ee94febb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring Retry", "1.3.4-SNAPSHOT") { + library("Spring Retry", "1.3.4") { group("org.springframework.retry") { modules = [ "spring-retry"