From a985f33ed809655841d6a3ff59c7dfc6db72bb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 15:57:08 +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-SNAPSHOT to 4.1.1-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.1-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 149eadfcbde..1835cec2f1d 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { springRetryVersion = '2.0.12' springSecurityVersion = '6.5.0-SNAPSHOT' springVersion = '6.2.7' - springWsVersion = '4.1.0-SNAPSHOT' + springWsVersion = '4.1.1-SNAPSHOT' testcontainersVersion = '1.20.6' tomcatVersion = '11.0.7' xmlUnitVersion = '2.10.0'