From ed9616a466d0a7ad888ba82e316f9e1124519f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 02:21:23 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.9 to 4.0.10 (#8860) Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.0.9 to 4.0.10. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/compare/v4.0.9...v4.0.10) --- 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 5976765c98..20ff8935a9 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { springRetryVersion = '2.0.5' springSecurityVersion = '6.3.0-SNAPSHOT' springVersion = '6.1.3' - springWsVersion = '4.0.9' + springWsVersion = '4.0.10' testcontainersVersion = '1.19.3' tomcatVersion = '10.1.18' xmlUnitVersion = '2.9.1'