From f75a8fedf4f2db83c07a0f7dac488dcbc5900a96 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 Sep 2023 13:35:35 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.3 Closes gh-37279 --- 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 6c637aa7927..47cd2ed812b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1436,7 +1436,7 @@ bom { ] } } - library("Spring Retry", "2.0.3-SNAPSHOT") { + library("Spring Retry", "2.0.3") { considerSnapshots() group("org.springframework.retry") { modules = [