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/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 700bae46dc Bump spring.version from 6.2.2 to 6.2.3
700bae46dc is described below
commit 700bae46dc5a85ba09d068a7077856255bb15a90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 13 13:56:28 2025 +0000
Bump spring.version from 6.2.2 to 6.2.3
Bumps `spring.version` from 6.2.2 to 6.2.3.
Updates `org.springframework:spring-core` from 6.2.2 to 6.2.3
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3)
Updates `org.springframework:spring-beans` from 6.2.2 to 6.2.3
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3)
Updates `org.springframework:spring-context` from 6.2.2 to 6.2.3
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3)
Updates `org.springframework:spring-web` from 6.2.2 to 6.2.3
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3)
Updates `org.springframework:spring-test` from 6.2.2 to 6.2.3
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.2...v6.2.3)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
dependency-type: direct:development
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 c43fcedcea..fddaa2d0f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,7 +488,7 @@
<maven.version>3.9.9</maven.version>
<rhino.version>1.6R7</rhino.version>
<slf4j.version>2.0.16</slf4j.version>
- <spring.version>6.2.2</spring.version>
+ <spring.version>6.2.3</spring.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<xmlbeans.version>3.0.1</xmlbeans.version>
<xmlunit.version>2.10.0</xmlunit.version>