From a5ed46846f60b1ce44cf4defcf90384e7d7acc8f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 08:54:24 +0200 Subject: [PATCH] Start building against Spring Retry 2.0.3 snapshots See gh-37279 --- 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 c5a847114cb..a3ad68256cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1439,7 +1439,7 @@ bom { ] } } - library("Spring Retry", "2.0.2") { + library("Spring Retry", "2.0.3-SNAPSHOT") { considerSnapshots() group("org.springframework.retry") { modules = [