From 5ee4ffe567322a87fde3f08b54dabc4a670c886a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:20 +0100 Subject: [PATCH 1/6] Upgrade to JBoss Logging 3.6.3.Final Closes gh-49630 --- 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 758c8a8a4d5..52db6d1c6b0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1017,7 +1017,7 @@ bom { .formatted(version.toString().replace(".java11", ""))) } } - library("JBoss Logging", "3.6.2.Final") { + library("JBoss Logging", "3.6.3.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From a5db799f8aec7b7ce60b2b3610b310dcc44d7a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:24 +0100 Subject: [PATCH 2/6] Upgrade to Spring Integration 6.5.8 Closes gh-49631 --- 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 52db6d1c6b0..60d83632b79 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2360,7 +2360,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.5.7") { + library("Spring Integration", "6.5.8") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From 691583437e0814b6fd5aea257e2cf5e0919be8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:24 +0100 Subject: [PATCH 3/6] Upgrade to Spring WS 4.1.3 Closes gh-49528 --- 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 60d83632b79..e0d7b302367 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2494,7 +2494,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "4.1.3-SNAPSHOT") { + library("Spring WS", "4.1.3") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom") From dab797eadf6cb50a0e298fd811de3f822beb9898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:29 +0100 Subject: [PATCH 4/6] Upgrade to JBoss Logging 3.6.3.Final Closes gh-49632 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index e9dac9ebc9f..16556916d11 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -991,7 +991,7 @@ bom { .formatted(version.toString().replace(".java11", ""))) } } - library("JBoss Logging", "3.6.2.Final") { + library("JBoss Logging", "3.6.3.Final") { group("org.jboss.logging") { modules = [ "jboss-logging" From 91ddcff68f0ddc91add89b667bafdd1dedcfae12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:29 +0100 Subject: [PATCH 5/6] Upgrade to Spring Integration 7.0.4 Closes gh-49529 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 16556916d11..348cfe4db63 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2491,7 +2491,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "7.0.4-SNAPSHOT") { + library("Spring Integration", "7.0.4") { considerSnapshots() group("org.springframework.integration") { bom("spring-integration-bom") From f3d20bbecf4c7e925fa718451ff9a33e7b21de7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 18 Mar 2026 07:50:29 +0100 Subject: [PATCH 6/6] Upgrade to Spring WS 5.0.1 Closes gh-49531 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 348cfe4db63..12f87c5ac81 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2612,7 +2612,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-session/releases/tag/{version}") } } - library("Spring WS", "5.0.1-SNAPSHOT") { + library("Spring WS", "5.0.1") { considerSnapshots() group("org.springframework.ws") { bom("spring-ws-bom")