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 d3e9cbf7e Bump spring.version from 5.3.33 to 5.3.34
d3e9cbf7e is described below
commit d3e9cbf7e174878af6abba5d0b6ad0cecf19636e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 21 23:32:31 2024 +0000
Bump spring.version from 5.3.33 to 5.3.34
Bumps `spring.version` from 5.3.33 to 5.3.34.
Updates `org.springframework:spring-core` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-context` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-beans` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-web` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-aop` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-oxm` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-test` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
Updates `org.springframework:spring-expression` from 5.3.33 to 5.3.34
- [Release
notes](https://github.com/spring-projects/spring-framework/releases)
-
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.33...v5.3.34)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
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-beans
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-aop
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-oxm
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-expression
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 073378f61..c970978df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
<failIfNoTests>false</failIfNoTests>
<shade.plugin.version>3.5.2</shade.plugin.version>
- <spring.version>5.3.33</spring.version>
+ <spring.version>5.3.34</spring.version>
<springws.version>3.1.3</springws.version>
<exam.version>4.13.5</exam.version>
<slf4j.version>1.7.36</slf4j.version>