From 0080e45172cf0e032c0d77b43b792ecc933ca9e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:07:41 +0200 Subject: [PATCH] Start building against Spring Retry 1.3.3 snapshots See gh-30590 --- 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 4886807a59..b12796922f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Retry", "1.3.2") { + library("Spring Retry", "1.3.3-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"