You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/03/26 06:46:22 UTC

[mina-sshd] 05/15: Updated Spring core version to 5.3.5

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

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

commit aa44a9409194d187a9c56f2ff64a97d2366b68a4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Fri Mar 26 09:03:32 2021 +0300

    Updated Spring core version to 5.3.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bde6740..2d8c406 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <bouncycastle.version>1.68</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
-        <spring.version>5.3.3</spring.version>
+        <spring.version>5.3.5</spring.version>
         <jgit.version>5.11.0.202103091610-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.10.22</bytebuddy.version>