From 1acdc8c9deffaa6eff3cf7bd81f67bcbfc351c6f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 17:51:58 +0000 Subject: [PATCH] Start building against Spring Retry 2.0.1 snapshots See gh-34556 --- 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 43cf3bbfe19..f63a69549cb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("Spring Retry", "2.0.0") { + library("Spring Retry", "2.0.1-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"