From 5f7bdfc35684cf4463e9ceca7603ea8dab3094c6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 10:25:45 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.4 snapshots See gh-37714 --- 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 b981823753..5ced6f5d0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1602,7 +1602,7 @@ bom { ] } } - library("Spring Retry", "2.0.3") { + library("Spring Retry", "2.0.4-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [