From 200b0e9ea2a17515e500822f818f11c82003396e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 00:29:14 +0000 Subject: [PATCH] Bump org.springframework.ws:spring-ws-bom Bumps [org.springframework.ws:spring-ws-bom](https://github.com/spring-projects/spring-ws) from 4.1.0-M1 to 4.1.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-ws/releases) - [Commits](https://github.com/spring-projects/spring-ws/commits) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8eec8a8641b..c3d197ed9bb 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { springRetryVersion = '2.0.11' springSecurityVersion = '6.5.0-M3' springVersion = '6.2.4' - springWsVersion = '4.1.0-M1' + springWsVersion = '4.1.0-SNAPSHOT' testcontainersVersion = '1.20.6' tomcatVersion = '11.0.5' xmlUnitVersion = '2.10.0'