This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 69b64dad1 Revert "Updated Bouncycastle libraries version to 1.78"
69b64dad1 is described below

commit 69b64dad16af3d11fab952879bd776e2e8716d47
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Wed Apr 10 20:45:54 2024 +0200

    Revert "Updated Bouncycastle libraries version to 1.78"
    
    This reverts commit c237cdff216d657c1f972adda908606a6f2828d7.
    
    Bouncy Castle 1.78 has broken OSGi metadata: the package imports in
    MANIFEST.MF are missing. See also [1] and [2].
    
    [1] https://github.com/bcgit/bc-java/issues/1621
    [2] 
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1968#issuecomment-2048151288
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 34c5a11a1..6026b3606 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>4.0.17</groovy.version>
-        <bouncycastle.version>1.78</bouncycastle.version>
+        <bouncycastle.version>1.77</bouncycastle.version>
             <!-- NOTE: upgrading slf4j beyond this version causes
             
             Execution verify-style of goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed.: 
NullPointerException

Reply via email to