From d0af0fa9548a44cd9ee6a618683c063b0f3e7783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:32:20 +0200 Subject: [PATCH 1/8] Upgrade to Spring Authorization Server 1.4.6 Closes gh-47449 --- 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 0e39b96e2e6..0642470f3d7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2099,7 +2099,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.4.6-SNAPSHOT") { + library("Spring Authorization Server", "1.4.6") { considerSnapshots() group("org.springframework.security") { modules = [ From d77748f96fc7d16e55099ad2121a91c6960de645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:32:20 +0200 Subject: [PATCH 2/8] Upgrade to Spring Pulsar 1.2.11 Closes gh-47453 --- 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 0642470f3d7..5267bd525cb 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.11-SNAPSHOT") { + library("Spring Pulsar", "1.2.11") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From a1af560156fc954a31fc060b54469119b0dbce9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:32:21 +0200 Subject: [PATCH 3/8] Upgrade to Spring Session 3.4.6 Closes gh-47455 --- 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 5267bd525cb..0a5bc2fcf0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2307,7 +2307,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.4.6-SNAPSHOT") { + library("Spring Session", "3.4.6") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From f3465fefab977ecc41da31d79f5dd7945cd245b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:32:21 +0200 Subject: [PATCH 4/8] Upgrade to Spring WS 4.0.16 Closes gh-47456 --- 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 0a5bc2fcf0a..9d52dc76428 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2326,7 +2326,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.0.16-SNAPSHOT") { + library("Spring WS", "4.0.16") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom") From 33ad4a84346f08636232e2c1decb8b11aa145b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:35:34 +0200 Subject: [PATCH 5/8] Upgrade to Spring Authorization Server 1.5.3 Closes gh-47460 --- 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 f980c376ec6..b2f7c9c9033 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2222,7 +2222,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.5.3-SNAPSHOT") { + library("Spring Authorization Server", "1.5.3") { considerSnapshots() group("org.springframework.security") { modules = [ From 8bd0078b3bd7098eb7bb4dd15183cce2767b4751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:35:34 +0200 Subject: [PATCH 6/8] Upgrade to Spring Pulsar 1.2.11 Closes gh-47464 --- 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 b2f7c9c9033..833c6398f24 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.11-SNAPSHOT") { + library("Spring Pulsar", "1.2.11") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 8e0f26c3a6fc2f240b8aa3395ae27843b2b200ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:35:34 +0200 Subject: [PATCH 7/8] Upgrade to Spring Session 3.5.3 Closes gh-47466 --- 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 833c6398f24..09e5c7b0f56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2442,7 +2442,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.5.3-SNAPSHOT") { + library("Spring Session", "3.5.3") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From b8e8da62d4e9e35f8595e804691051769e00b9d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 Oct 2025 18:35:35 +0200 Subject: [PATCH 8/8] Upgrade to Spring WS 4.1.2 Closes gh-47467 --- 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 09e5c7b0f56..368b033cb02 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2465,7 +2465,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.1.2-SNAPSHOT") { + library("Spring WS", "4.1.2") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")