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 2019/10/03 16:36:26 UTC

[mina-sshd] 01/10: Upgraded Bouncycastle version to 1.63

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 b71553c47af91fb9d581be0296cea1e994f8e964
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Oct 3 12:38:05 2019 +0300

    Upgraded Bouncycastle version to 1.63
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec926c1..151c66d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 
-        <bouncycastle.version>1.62</bouncycastle.version>
+        <bouncycastle.version>1.63</bouncycastle.version>
         <slf4j.version>1.7.28</slf4j.version>
         <spring.version>5.1.9.RELEASE</spring.version>
         <jgit.version>5.4.3.201909031940-r</jgit.version>