From e8546545a77a144c167ab3e27183728087a21be9 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 15 Dec 2023 17:32:56 +0100 Subject: [PATCH 1/2] Upgrade to Spring Data Bom 2023.0.7 Closes gh-38679 --- 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 9eb0731adc2..2cf74df0d03 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1406,7 +1406,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.7-SNAPSHOT") { + library("Spring Data Bom", "2023.0.7") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From e63be1bf7387cbfa2777fb9d315f58135b9d5337 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 15 Dec 2023 17:33:42 +0100 Subject: [PATCH 2/2] Upgrade to Spring Retry 2.0.5 Closes gh-38834 --- 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 2cf74df0d03..a902fb12838 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1477,7 +1477,7 @@ bom { ] } } - library("Spring Retry", "2.0.4") { + library("Spring Retry", "2.0.5") { considerSnapshots() group("org.springframework.retry") { modules = [