From 6a4502851a8bd584f0e7564455b04d83c979a246 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 09:18:48 +0100 Subject: [PATCH 1/3] Upgrade to Spring Security 6.5.2 Closes gh-46477 --- 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 0da0a647c73..b8be9ab671b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2427,7 +2427,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.1") { + library("Spring Security", "6.5.2") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From ed5ebfc1da1af29107dfea80edeb778f057d84ca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 09:19:09 +0100 Subject: [PATCH 2/3] Upgrade to Spring Kafka 3.3.8 Closes gh-46360 --- 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 b8be9ab671b..68caf0db8e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2346,7 +2346,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 ca8ad95371792a7503fc10f4c74b1172e14082e5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Jul 2025 09:19:26 +0100 Subject: [PATCH 3/3] Upgrade to Spring Pulsar 1.2.8 Closes gh-46286 --- 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 68caf0db8e5..07c3ff6927a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2384,7 +2384,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")