From c858c1e99886996266f1f95d5ec51899fa02e10a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Oct 2022 10:23:47 +0200 Subject: [PATCH 1/2] Upgrade to Spring Retry 1.3.4 Closes 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 3f664248dd9..f650a5bc85d 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.4-SNAPSHOT") { + library("Spring Retry", "1.3.4") { group("org.springframework.retry") { modules = [ "spring-retry" From 040c78062e35a3609e6108cc1b6036399e4d2405 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Oct 2022 10:28:30 +0200 Subject: [PATCH 2/2] Upgrade to Spring Retry 1.3.4 Closes gh-32594 --- 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 0dd268b1d94..2f6ee94febb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1761,7 +1761,7 @@ bom { ] } } - library("Spring Retry", "1.3.4-SNAPSHOT") { + library("Spring Retry", "1.3.4") { group("org.springframework.retry") { modules = [ "spring-retry"