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:30 UTC

[mina-sshd] 18/18: Upgraded Bouncycastle version to 1.66

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 c3d8d5736a57108ffef7b2dfae434060fc19a77c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Tue Aug 18 10:25:41 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 31caa3d..f573ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
             <!-- NOTE: BC 1.65+ seems to have an NPE bug in Key#getAlgorithm()
                 * see https://github.com/bcgit/bc-java/issues/684
             -->
-        <bouncycastle.version>1.64</bouncycastle.version>
+        <bouncycastle.version>1.66</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.8.RELEASE</spring.version>
         <jgit.version>5.8.1.202007141445-r</jgit.version>