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/12/23 09:14:15 UTC

[mina-sshd] 09/16: Upgraded Spring core version to 5.3.14

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 710e7b60c0d3b9f768adb5d8b7188439cca60002
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:40:44 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 1727bf8..9e2c99d 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.11</spring.version>
+        <spring.version>5.3.14</spring.version>
         <jgit.version>6.0.0.202111291000-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.12.6</bytebuddy.version>