From 726c4e9ced1324cc3eb54edfa052bddf5427d017 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:14:59 +0200 Subject: [PATCH] Start building against Spring Retry 1.3.3 snapshots See gh-30607 --- 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 3bb69ca037c..e00a453cfa6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1783,7 +1783,7 @@ bom { ] } } - library("Spring Retry", "1.3.2") { + library("Spring Retry", "1.3.3-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"