From b0ea771f212d5b1df54857d13eb468f1c54c98ca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 5 Jun 2023 21:42:09 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.2 snapshots See 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 0affc6d4e5..7a1547b6f9 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.1") { + library("Spring Retry", "2.0.2-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"