This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new b8991e2ac Bump springws.version from 4.1.2 to 5.0.0
b8991e2ac is described below
commit b8991e2ac867c7737eec44f652f4dd74b151180e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 19 03:04:21 2025 +0000
Bump springws.version from 4.1.2 to 5.0.0
Bumps `springws.version` from 4.1.2 to 5.0.0.
Updates `org.springframework.ws:spring-ws-core` from 4.1.2 to 5.0.0
- [Release notes](https://github.com/spring-projects/spring-ws/releases)
-
[Commits](https://github.com/spring-projects/spring-ws/compare/v4.1.2...v5.0.0)
Updates `org.springframework.ws:spring-ws-security` from 4.1.2 to 5.0.0
- [Release notes](https://github.com/spring-projects/spring-ws/releases)
-
[Commits](https://github.com/spring-projects/spring-ws/compare/v4.1.2...v5.0.0)
---
updated-dependencies:
- dependency-name: org.springframework.ws:spring-ws-core
dependency-version: 5.0.0
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: org.springframework.ws:spring-ws-security
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8164e7fce..427994e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
<failIfNoTests>false</failIfNoTests>
<shade.plugin.version>3.6.1</shade.plugin.version>
<spring.version>7.0.0</spring.version>
- <springws.version>4.1.2</springws.version>
+ <springws.version>5.0.0</springws.version>
<exam.version>4.14.0</exam.version>
<slf4j.version>1.7.36</slf4j.version>
<jetty.version>12.1.4</jetty.version>