From d7d89c2d7e60d76db6e2fdc3a6b1c88558f9ad96 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 14:55:16 +0000 Subject: [PATCH] Start building against Spring Retry 2.0.1 snapshots See gh-34544 --- 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 726150ee4a..ac2c0495fc 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.0") { + library("Spring Retry", "2.0.1-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"