From 9121d6a2c7fbe31608fe8bdef8a01b5ff7bba7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 00:37:49 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.13 to 4.0.14 (#10027) Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.0.13 to 4.0.14. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/compare/v4.0.13...v4.0.14) --- updated-dependencies: - dependency-name: org.springframework.ws:spring-ws-bom dependency-version: 4.0.14 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 533a305d5f..3b61f0af04 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ ext { springRetryVersion = '2.0.12' springSecurityVersion = '6.3.9' springVersion = '6.1.19' - springWsVersion = '4.0.13' + springWsVersion = '4.0.14' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.41' xmlUnitVersion = '2.9.1'