From f8736770c148ec0add3b09f0d615bb009a6061ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:04:46 +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 5.0.0-M1 to 5.0.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-version: 5.0.0-SNAPSHOT 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 929c857328..066da839f4 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ ext { springKafkaVersion = '4.0.0-M5' springSecurityVersion = '7.0.0-M3' springVersion = '7.0.0-M9' - springWsVersion = '5.0.0-M1' + springWsVersion = '5.0.0-SNAPSHOT' testcontainersVersion = '1.21.3' tomcatVersion = '11.0.11' xmlUnitVersion = '2.10.4'