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 2020/12/22 11:33:00 UTC

[ws-axiom] branch master updated: Bump spring.version from 5.0.1.RELEASE to 5.3.2

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 71994ee  Bump spring.version from 5.0.1.RELEASE to 5.3.2
71994ee is described below

commit 71994ee6cec22d8bc0231a7d2c138ad17df5bc13
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 22 11:17:34 2020 +0000

    Bump spring.version from 5.0.1.RELEASE to 5.3.2
    
    Bumps `spring.version` from 5.0.1.RELEASE to 5.3.2.
    
    Updates `spring-core` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-context` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-beans` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-web` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-aop` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-oxm` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-test` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    Updates `spring-expression` from 5.0.1.RELEASE to 5.3.2
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.0.1.RELEASE...v5.3.2)
    
    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 e690e40..943bab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
         <failIfNoTests>false</failIfNoTests>
         <aspectj.version>1.9.1</aspectj.version>
         <shade.plugin.version>3.2.4</shade.plugin.version>
-        <spring.version>5.0.1.RELEASE</spring.version>
+        <spring.version>5.3.2</spring.version>
         <springws.version>3.0.3.RELEASE</springws.version>
         <exam.version>4.12.0</exam.version>