From 9b002e1c053e51e298d8b166be78c4bba8ddfdab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:05:57 +0200 Subject: [PATCH] Start building against Spring Retry 1.3.4 snapshots See gh-32593 --- 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 9afade8970f..d23ad37d8c4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Retry", "1.3.3") { + library("Spring Retry", "1.3.4-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry"