From 52d80197fe3d845c80b686655506b5836c535cbe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 13:52:25 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.4 Closes gh-37700 --- 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 4f50caf180..dcb1f7f1f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1475,7 +1475,7 @@ bom { ] } } - library("Spring Retry", "2.0.4-SNAPSHOT") { + library("Spring Retry", "2.0.4") { considerSnapshots() group("org.springframework.retry") { modules = [