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 6dc34e211 Bump spring.version from 7.0.4 to 7.0.5
6dc34e211 is described below
commit 6dc34e211bea64d425f4c28d8f97fd6764d32559
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 19 03:53:20 2026 +0000
Bump spring.version from 7.0.4 to 7.0.5
Bumps `spring.version` from 7.0.4 to 7.0.5.
Updates `org.springframework:spring-core` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-context` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-beans` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-web` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-aop` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-oxm` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-test` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
Updates `org.springframework:spring-expression` from 7.0.4 to 7.0.5
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.4...v7.0.5)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-aop
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-oxm
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-expression
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 50fbbacd2..d8c2e8476 100644
--- a/pom.xml
+++ b/pom.xml
@@ -284,7 +284,7 @@
<failIfNoTests>false</failIfNoTests>
<shade.plugin.version>3.6.1</shade.plugin.version>
- <spring.version>7.0.4</spring.version>
+ <spring.version>7.0.5</spring.version>
<springws.version>5.0.0</springws.version>
<exam.version>4.14.0</exam.version>
<jetty.version>12.1.6</jetty.version>