From 4a8e20e07fa9adf0777406d56346d4474fc5a1cd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 08:47:03 +0100 Subject: [PATCH 1/3] Upgrade to Spring Security 6.4.8 Closes gh-46476 --- 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 c1777907d59..ee14704e839 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2292,7 +2292,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.7") { + library("Spring Security", "6.4.8") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From 1cc9eb2864a4933c16a9a1580b5eda6764f76a38 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 08:48:39 +0100 Subject: [PATCH 2/3] Upgrade to Spring Kafka 3.3.8 Closes gh-46363 --- 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 ee14704e839..a96440f5d81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2211,7 +2211,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.3.8-SNAPSHOT") { + library("Spring Kafka", "3.3.8") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 465e811f232868a015c2e56ce3ebbff8fbcd95ad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 08:48:55 +0100 Subject: [PATCH 3/3] Upgrade to Spring Pulsar 1.2.8 Closes gh-46279 --- 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 a96440f5d81..9a39163693f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2249,7 +2249,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.8-SNAPSHOT") { + library("Spring Pulsar", "1.2.8") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom")