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 2020/08/18 08:57:17 UTC

[mina-sshd] 05/18: Upgraded Spring core version to 5.2.8.RELEASE

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 a1f5912513e619aee5784c8047bee3057d6d56de
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 09:27:09 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 0ba3559..caadc4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
             -->
         <bouncycastle.version>1.64</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
-        <spring.version>5.2.7.RELEASE</spring.version>
+        <spring.version>5.2.8.RELEASE</spring.version>
         <jgit.version>5.8.1.202007141445-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>