From 52fcd2126fd4cb55d0d1ddf3b8c4fbcaef3b987e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:04:20 +0200 Subject: [PATCH 01/10] Upgrade to Spring Integration 6.3.10 Closes gh-45426 --- 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 4190a63f6a3..f8c9fe1aa84 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2174,7 +2174,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.10-SNAPSHOT") { + library("Spring Integration", "6.3.10") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From 6b8ab75ae48e9845548f7aa07d8991ce2cc1bfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:04:21 +0200 Subject: [PATCH 02/10] Upgrade to Spring Pulsar 1.1.12 Closes gh-45428 --- 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 f8c9fe1aa84..183871a5bb4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2227,7 +2227,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.12-SNAPSHOT") { + library("Spring Pulsar", "1.1.12") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 904fa9143532a38c0cd38e85ea294491acf08b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:07 +0200 Subject: [PATCH 03/10] Upgrade to Spring Integration 6.4.5 Closes gh-45419 --- 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 c7e3db7a3cc..fa1f80b3c15 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2164,7 +2164,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.5-SNAPSHOT") { + library("Spring Integration", "6.4.5") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From ab8fdf0e6161519bb4e85989d6f6d1c8263319ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:07 +0200 Subject: [PATCH 04/10] Upgrade to Spring Pulsar 1.2.6 Closes gh-45423 --- 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 fa1f80b3c15..e10971e5b1b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2217,7 +2217,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.6-SNAPSHOT") { + library("Spring Pulsar", "1.2.6") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 4bfa61a8944586fd3044dff9d5c5d0880526c2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:23 +0200 Subject: [PATCH 05/10] Upgrade to Spring Authorization Server 1.5.0 Closes gh-45435 --- 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 3be8917fb98..48aae40a1cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2192,7 +2192,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.5.0-SNAPSHOT") { + library("Spring Authorization Server", "1.5.0") { considerSnapshots() group("org.springframework.security") { modules = [ From 0da76879914fc7b0e8fd70f0b5ffbe6146766f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:24 +0200 Subject: [PATCH 06/10] Upgrade to Spring GraphQL 1.4.0 Closes gh-45438 --- 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 48aae40a1cf..fe582ac0a01 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2262,7 +2262,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}") } } - library("Spring GraphQL", "1.4.0-SNAPSHOT") { + library("Spring GraphQL", "1.4.0") { considerSnapshots() group("org.springframework.graphql") { modules = [ From 674283127c33c7e5fc0a6b78f7d4db63ecec16fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:24 +0200 Subject: [PATCH 07/10] Upgrade to Spring Integration 6.5.0 Closes gh-45439 --- 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 fe582ac0a01..0becdeac039 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2301,7 +2301,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.0-SNAPSHOT") { + library("Spring Integration", "6.5.0") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From 143442253b223e3b4e1b1191fbbe1f928e0acecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:24 +0200 Subject: [PATCH 08/10] Upgrade to Spring Pulsar 1.2.6 Closes gh-45442 --- 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 0becdeac039..5d8fa78c075 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2354,7 +2354,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.6-SNAPSHOT") { + library("Spring Pulsar", "1.2.6") { considerSnapshots() group("org.springframework.pulsar") { bom("spring-pulsar-bom") From 3abf2a12e602ef3b751e5e54a5c2fe3e9f62e553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:24 +0200 Subject: [PATCH 09/10] Upgrade to Spring Session 3.5.0 Closes gh-45560 --- 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 5d8fa78c075..3dbad9304f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2412,7 +2412,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}") } } - library("Spring Session", "3.5.0-SNAPSHOT") { + library("Spring Session", "3.5.0") { considerSnapshots() prohibit { startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"]) From ad522fb37a688d60845aa87eb0c15308e308cc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 21 May 2025 09:05:24 +0200 Subject: [PATCH 10/10] Upgrade to Spring WS 4.1.0 Closes gh-45445 --- 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 3dbad9304f8..f15581bb0f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2435,7 +2435,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.1.0-SNAPSHOT") { + library("Spring WS", "4.1.0") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")