You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2022/11/17 23:35:42 UTC

[ws-axiom] branch master updated: Bump spring.version from 5.3.23 to 5.3.24

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 55d94e0bc Bump spring.version from 5.3.23 to 5.3.24
55d94e0bc is described below

commit 55d94e0bc52324c952e921f6f0b4f2faecc260cf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 17 23:20:42 2022 +0000

    Bump spring.version from 5.3.23 to 5.3.24
    
    Bumps `spring.version` from 5.3.23 to 5.3.24.
    
    Updates `spring-core` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-context` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-beans` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-web` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-aop` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-oxm` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-test` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    Updates `spring-expression` from 5.3.23 to 5.3.24
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)
    
    ---
    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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 728bd324a..866846450 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
 
         <failIfNoTests>false</failIfNoTests>
         <shade.plugin.version>3.4.1</shade.plugin.version>
-        <spring.version>5.3.23</spring.version>
+        <spring.version>5.3.24</spring.version>
         <springws.version>3.1.3</springws.version>
         <exam.version>4.13.5</exam.version>
         <slf4j.version>1.7.36</slf4j.version>