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/3] 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/3] 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/3] 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")