From 32a973e3e313cbb35ec4555cac0c0c09eb496bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:45:11 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.11 to 4.0.12 (#9916) Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.0.11 to 4.0.12. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/compare/v4.0.11...v4.0.12) --- updated-dependencies: - dependency-name: org.springframework.ws:spring-ws-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0b7763049f..36428e1f3b 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ ext { springRetryVersion = '2.0.11' springSecurityVersion = '6.3.8' springVersion = '6.1.18' - springWsVersion = '4.0.11' + springWsVersion = '4.0.12' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.39' xmlUnitVersion = '2.9.1'