From c15ba85a5e5ea6c7b6970628b211796a7723e318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:42:05 +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-RC1 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 5f8881bdee..a8ad44e5fb 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ ext { springKafkaVersion = '4.0.0-RC1' springSecurityVersion = '7.0.0-RC2' springVersion = '7.0.0-RC3' - springWsVersion = '5.0.0-RC1' + springWsVersion = '5.0.0-SNAPSHOT' testcontainersVersion = '2.0.1' tomcatVersion = '11.0.13' xmlUnitVersion = '2.11.0'