From e670a091d70642aa82a412dacbf8d0245b55be8c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 17:42:01 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.2 snapshots See gh-35742 --- 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 6153f8395d..f2cdc7e68a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1409,7 +1409,7 @@ bom { ] } } - library("Spring Retry", "2.0.1") { + library("Spring Retry", "2.0.2-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"