From 6033e5ad631c8621cbc2a567edd0c24ceb907cc3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Sep 2023 13:36:58 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.3 Closes gh-37280 --- 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 c776a2590d..f5094dadba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1476,7 +1476,7 @@ bom { ] } } - library("Spring Retry", "2.0.3-SNAPSHOT") { + library("Spring Retry", "2.0.3") { considerSnapshots() group("org.springframework.retry") { modules = [