From 0535f1c762c0df3f7ed091830fac13475d16eb51 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Sep 2023 15:49:03 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.3 Closes gh-37281 --- 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 6d5700f0d2d..d646fb20bb1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1598,7 +1598,7 @@ bom { ] } } - library("Spring Retry", "2.0.3-SNAPSHOT") { + library("Spring Retry", "2.0.3") { considerSnapshots() group("org.springframework.retry") { modules = [