From 3c18eaf5a2f3d49b13f15a06215e93fefb8d156b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:45:52 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.1.1 to 4.1.2 Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: org.springframework.ws:spring-ws-bom dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 14cd7ff128..5564ceef10 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ ext { springRetryVersion = '2.0.12' springSecurityVersion = '6.5.5' springVersion = '6.2.12' - springWsVersion = '4.1.1' + springWsVersion = '4.1.2' testcontainersVersion = '1.21.3' tomcatVersion = '11.0.13' xmlUnitVersion = '2.10.4'