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 55ffacd93 Bump spring.version from 6.2.12 to 7.0.0
55ffacd93 is described below
commit 55ffacd93efd11c3da6c59b111fe909115f47c80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 03:04:38 2025 +0000
Bump spring.version from 6.2.12 to 7.0.0
Bumps `spring.version` from 6.2.12 to 7.0.0.
Updates `org.springframework:spring-core` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-context` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-beans` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-web` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-aop` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-oxm` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-test` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
Updates `org.springframework:spring-expression` from 6.2.12 to 7.0.0
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.0)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-beans
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-web
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-aop
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-oxm
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.springframework:spring-expression
dependency-version: 7.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 261b1e6ac..c68b4977b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
<failIfNoTests>false</failIfNoTests>
<shade.plugin.version>3.6.1</shade.plugin.version>
- <spring.version>6.2.12</spring.version>
+ <spring.version>7.0.0</spring.version>
<springws.version>4.1.2</springws.version>
<exam.version>4.14.0</exam.version>
<slf4j.version>1.7.36</slf4j.version>