From 31fc124c772c5fd92e426081b2f388c25b1d3e38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 08:57:55 +0200 Subject: [PATCH] Start building against Spring Retry 2.0.3 snapshots See gh-37281 --- 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 5d7e325693..21a219c681 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1598,7 +1598,7 @@ bom { ] } } - library("Spring Retry", "2.0.2") { + library("Spring Retry", "2.0.3-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [