From eb88cf225807a2b5d56dc300735a95ed0dd8a2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:30:49 +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-RC1 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-version: 4.1.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 87b619482a5..bf4f3051799 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { springRetryVersion = '2.0.11' springSecurityVersion = '6.5.0-RC1' springVersion = '6.2.6' - springWsVersion = '4.1.0-RC1' + springWsVersion = '4.1.0-SNAPSHOT' testcontainersVersion = '1.20.6' tomcatVersion = '11.0.6' xmlUnitVersion = '2.10.0'