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/11/12 16:46:18 UTC

[mina-sshd] 03/10: Upgraded Bouncycastle version to 1.67

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 e0fc79d05ac8c8676790ebc6932f9a865f81cc6e
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Nov 12 17:13:42 2020 +0200

    Upgraded Bouncycastle version to 1.67
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5037486..a7a9888 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,11 +109,7 @@
         <groovy.release.version>13</groovy.release.version>
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
-
-            <!-- 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.66</bouncycastle.version>
+        <bouncycastle.version>1.67</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.9.RELEASE</spring.version>
         <jgit.version>5.9.0.202009080501-r</jgit.version>