From 30d5a988a9d2ceff3ab692f62ad3516cbd9d6898 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:17:16 +0200 Subject: [PATCH] Upgrade to Spring Retry 2.0.2 Closes gh-35753 --- 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 f14258b992..22be91265d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1468,7 +1468,7 @@ bom { ] } } - library("Spring Retry", "2.0.2-SNAPSHOT") { + library("Spring Retry", "2.0.2") { group("org.springframework.retry") { modules = [ "spring-retry"