From 7b6e167596c92bb6a7b670e84c39c7f35849b6e6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:51 +0100 Subject: [PATCH 01/11] Upgrade to Spring AMQP 3.2.11 Closes gh-50514 --- 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 e9cec619937d..76adc32f5a70 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.11-SNAPSHOT") { + library("Spring AMQP", "3.2.11") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 7a9c71cf0378a9f8288077ff11310feeec6e0dd3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:52 +0100 Subject: [PATCH 02/11] Upgrade to Spring Authorization Server 1.5.8 Closes gh-50515 --- 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 76adc32f5a70..0b5cd33e4d43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2247,7 +2247,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.5.8-SNAPSHOT") { + library("Spring Authorization Server", "1.5.8") { considerSnapshots() group("org.springframework.security") { modules = [ From 3676b7b98be6ebb357eedff041a1202b8f4d5154 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:52 +0100 Subject: [PATCH 03/11] Upgrade to Spring Kafka 3.3.16 Closes gh-50521 --- 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 0b5cd33e4d43..44c07c09d9de 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2371,7 +2371,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.3.16-SNAPSHOT") { + library("Spring Kafka", "3.3.16") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 34e7b58e03370bce51cd0d7445fe4afec0ca3a6d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:53 +0100 Subject: [PATCH 04/11] Upgrade to Spring Pulsar 1.2.18 Closes gh-50523 --- 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 44c07c09d9de..ed5f94cb3607 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2409,7 +2409,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.18-SNAPSHOT") { + library("Spring Pulsar", "1.2.18") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 190c452a338cee2f79b28d6bd376a57034516fde Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:44:53 +0100 Subject: [PATCH 05/11] Upgrade to Spring Security 6.5.11 Closes gh-50526 --- 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 ed5f94cb3607..916eb3202ad1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2452,7 +2452,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.11-SNAPSHOT") { + library("Spring Security", "6.5.11") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From 287484d9869e39ba8c64f4e6cb86374b03c2e7ec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:57 +0100 Subject: [PATCH 06/11] Upgrade to Hibernate 7.2.19.Final Closes gh-50733 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index ddc962a5a6ef..08d0b3d10b1a 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -563,7 +563,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "7.2.18.Final") { + library("Hibernate", "7.2.19.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 81f64188f92187253ce20ac31e61f9285f0f1bdf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:57 +0100 Subject: [PATCH 07/11] Upgrade to Spring AMQP 4.0.4 Closes gh-50538 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 08d0b3d10b1a..4ceaf7e03b9f 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2392,7 +2392,7 @@ bom { ] } } - library("Spring AMQP", "4.0.4-SNAPSHOT") { + library("Spring AMQP", "4.0.4") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 812de3fe4794a4f3de831ab3d73b6ff607488b10 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:58 +0100 Subject: [PATCH 08/11] Upgrade to Spring Kafka 4.0.6 Closes gh-50544 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 4ceaf7e03b9f..9e961093de51 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2502,7 +2502,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "4.0.6-SNAPSHOT") { + library("Spring Kafka", "4.0.6") { considerSnapshots() group("org.springframework.kafka") { modules = [ From c71516465bf8a8d45543622d006247630041bdf8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:58 +0100 Subject: [PATCH 09/11] Upgrade to Spring Pulsar 2.0.6 Closes gh-50546 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 9e961093de51..517d383f1b61 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2540,7 +2540,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "2.0.6-SNAPSHOT") { + library("Spring Pulsar", "2.0.6") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 6f7e7b7e05992fe0405efb77edfc7faddb64a41a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:59 +0100 Subject: [PATCH 10/11] Upgrade to Spring Security 7.0.6 Closes gh-50548 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 517d383f1b61..4c5fff1b2e23 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2570,7 +2570,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.0.6-SNAPSHOT") { + library("Spring Security", "7.0.6") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From 20371050ba48a1e1f7c9d73802aca5128676fdf4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:48:35 +0100 Subject: [PATCH 11/11] Upgrade to Spring Kafka 4.1.0 Closes gh-50569 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 1675639cbf0a..a83feaa59d34 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2635,7 +2635,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "4.1.0-SNAPSHOT") { + library("Spring Kafka", "4.1.0") { considerSnapshots() group("org.springframework.kafka") { modules = [