You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/06/06 17:19:24 UTC

[mina-sshd] branch master updated: Bump spring-core from 5.3.14 to 5.3.20

This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new e91b7c2a8 Bump spring-core from 5.3.14 to 5.3.20
e91b7c2a8 is described below

commit e91b7c2a8b6c8164fd49b5de82ee662cab14d0d6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 25 06:03:42 2022 +0000

    Bump spring-core from 5.3.14 to 5.3.20
    
    Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.14 to 5.3.20.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.14...v5.3.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-core
      dependency-type: direct:production
    ...
    
    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 7bfed2c33..4fb4b0849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <bouncycastle.version>1.70</bouncycastle.version>
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>
-        <spring.version>5.3.14</spring.version>
+        <spring.version>5.3.20</spring.version>
             <!-- NOTE: upgrading to 6.x requires Java 11 -->
         <jgit.version>5.13.0.202109080827-r</jgit.version>
         <junit.version>4.13.2</junit.version>