From e887115ee5c7e52c7cfc627d284326330c1c2422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 00:59:27 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.10 to 4.0.11 (#9158) Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.0.10 to 4.0.11. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/compare/v4.0.10...v4.0.11) --- 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 539c002272..8e361e4f59 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ ext { springRetryVersion = '2.0.5' springSecurityVersion = '6.1.9' springVersion = '6.0.20' - springWsVersion = '4.0.10' + springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.23' xmlUnitVersion = '2.9.1'