You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/03/16 19:34:16 UTC

[axis-axis2-java-core] branch master updated: Bump spring.version from 5.3.3 to 5.3.5

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 80fb23d  Bump spring.version from 5.3.3 to 5.3.5
80fb23d is described below

commit 80fb23dd1fce8c8cf536fc075a35a2b89ecb78e6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 16 18:29:28 2021 +0000

    Bump spring.version from 5.3.3 to 5.3.5
    
    Bumps `spring.version` from 5.3.3 to 5.3.5.
    
    Updates `spring-core` from 5.3.3 to 5.3.5
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)
    
    Updates `spring-beans` from 5.3.3 to 5.3.5
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)
    
    Updates `spring-context` from 5.3.3 to 5.3.5
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)
    
    Updates `spring-web` from 5.3.3 to 5.3.5
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)
    
    Updates `spring-test` from 5.3.3 to 5.3.5
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.3...v5.3.5)
    
    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 2e58fdb..3fbe93c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@
         <plexus.utils.version>3.3.0</plexus.utils.version>
         <rhino.version>1.6R7</rhino.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.3.3</spring.version>
+        <spring.version>5.3.5</spring.version>
         <wsdl4j.version>1.6.3</wsdl4j.version>
         <xalan.version>2.7.2</xalan.version>
         <xmlbeans.version>3.0.1</xmlbeans.version>