From f0009411c47dbf35c985025c88ad0b057be06d3c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 21:25:22 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.0-RC1 snapshots See gh-32600 --- 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 6d33065e2d..2f0d75b658 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1478,7 +1478,7 @@ bom { ] } } - library("Spring Retry", "2.0.0-M1") { + library("Spring Retry", "2.0.0-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"