From 678766230c7d563c862d70a84c75c3fc8d4a1eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:08:44 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom from 4.0.8 to 4.0.10 (#8916) Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.0.8 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.8...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 109b5b6065..70092943f2 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ ext { springRetryVersion = '2.0.5' springSecurityVersion = '6.1.5' springVersion = '6.0.14' - springWsVersion = '4.0.8' + springWsVersion = '4.0.10' testcontainersVersion = '1.19.2' tomcatVersion = '10.1.16' xmlUnitVersion = '2.9.1'