From 44f277783fae44faad44fb5fae7f0c7e138e187e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 01:30:45 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.10 to 4.0.11 (#9172) 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 b0b27a556f..4334901a96 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ ext { springRetryVersion = '2.0.5' springSecurityVersion = '6.2.4' springVersion = '6.1.7' - springWsVersion = '4.0.10' + springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' tomcatVersion = '10.1.24' xmlUnitVersion = '2.9.1'