From 2c5964aba75d07968bb6d3309919979c5a666dce Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2026 06:48:53 +0100 Subject: [PATCH 1/3] Upgrade to Spring Data Bom 2025.0.13 Closes gh-50819 --- 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 c368093ac5d..46e7878e989 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2279,7 +2279,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-batch/releases/tag/v{version}") } } - library("Spring Data Bom", "2025.0.13-SNAPSHOT") { + library("Spring Data Bom", "2025.0.13") { prohibit { versionRange "[2025.1.0-M1,)" because "it exceeds our baseline" From baf329023a2b1f7cecfa5f1fde107006aebfe9eb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2026 06:49:16 +0100 Subject: [PATCH 2/3] Upgrade to Spring AMQP 3.2.12 Closes gh-50818 --- 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 46e7878e989..9e708665d20 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2232,7 +2232,7 @@ bom { ] } } - library("Spring AMQP", "3.2.12-SNAPSHOT") { + library("Spring AMQP", "3.2.12") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 5bafd0a6bf1c01c4066c7e472fe3c7c864ed33ef Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Jun 2026 06:49:37 +0100 Subject: [PATCH 3/3] Upgrade to Spring Integration 6.5.10 Closes gh-50820 --- 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 9e708665d20..f2e5aa25192 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2356,7 +2356,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.10-SNAPSHOT") { + library("Spring Integration", "6.5.10") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom")