From e3b0fcf9b67d368bb4e0eaf6b4a67e3d12457220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 11 Dec 2024 16:16:21 +0100 Subject: [PATCH] Start building against Spring Retry 2.0.11 snapshots See gh-43486 --- 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 ec432a89ef8..2ba46f423ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2290,7 +2290,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Retry", "2.0.10") { + library("Spring Retry", "2.0.11-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [