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

commit a59a4169b29812f06b772f8f3b682d3f8f7c0c17
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Mon May 6 19:38:08 2024 +0200

    Bump Bouncy Castle to 1.78.1
    
    1.78 had broken OSGi metadata; this was fixed in 1.78.1.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 037691566..34571fcc3 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.77</bouncycastle.version>
+        <bouncycastle.version>1.78.1</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