From 0a673881a457a1f871a2014f038a1ba519e4c831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:11:04 +0100 Subject: [PATCH 1/4] Upgrade to Spring Data Bom 2024.0.9 Closes gh-44106 --- 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 9c69743d48..91e2ef92e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2145,7 +2145,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.0.9-SNAPSHOT") { + library("Spring Data Bom", "2024.0.9") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 1c946f9b6410702ab70e2bce90c6e1572d9da9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:12:57 +0100 Subject: [PATCH 2/4] Upgrade to Prometheus Client 1.3.6 Closes gh-44280 --- 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 7e1f04a074..e7bcf74788 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1678,7 +1678,7 @@ bom { releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}") } } - library("Prometheus Client", "1.3.5") { + library("Prometheus Client", "1.3.6") { group("io.prometheus") { imports = [ "prometheus-metrics-bom" From f12f712ab9fc5b4a1f7597137dfe11edc10d4b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:13:01 +0100 Subject: [PATCH 3/4] Upgrade to REST Assured 5.5.1 Closes gh-44281 --- 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 e7bcf74788..29b9e62eda 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1889,7 +1889,7 @@ bom { releaseNotes("https://github.com/reactor/reactor/releases/tag/{version}") } } - library("REST Assured", "5.5.0") { + library("REST Assured", "5.5.1") { group("io.rest-assured") { imports = [ "rest-assured-bom" From a557cc946945fbceb975c6d8bc47e507caf7f1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:13:02 +0100 Subject: [PATCH 4/4] Upgrade to Spring Data Bom 2024.1.3 Closes gh-44119 --- 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 29b9e62eda..db70e6611f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2128,7 +2128,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2024.1.3-SNAPSHOT") { + library("Spring Data Bom", "2024.1.3") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") {