From 538c1cc56b80c89db01848ff54ea778417dc8aa1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:09 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.4 snapshots See gh-37700 --- 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 8110cd8199..74f33529ae 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1479,7 +1479,7 @@ bom { ] } } - library("Spring Retry", "2.0.3") { + library("Spring Retry", "2.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [