From bfc133d551a0ec3ec7074f213f0606ae98c5ba80 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 11:01:34 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.10 snapshots See gh-42567 --- 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 4e242694cd..b6e1f44e71 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2102,7 +2102,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.9") { + library("Spring Retry", "2.0.10-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [