From fb452160e9d9ff44d618c796fa56308c66a042f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 18:05:56 +0200 Subject: [PATCH 1/2] Upgrade to Spring Security 6.5.5 Closes gh-47257 --- 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 1d75c9ec8df..e5a8c4ef281 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2426,7 +2426,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.4") { + library("Spring Security", "6.5.5") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From a2b680a0e1cea3ed0ae59442ee13d26ff412fbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 17 Sep 2025 18:12:51 +0200 Subject: [PATCH 2/2] Upgrade to Spring Security 6.4.11 Closes gh-47258 --- 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 97b4928c7e4..3d5afcc8f4c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2291,7 +2291,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.10") { + library("Spring Security", "6.4.11") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")