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 2021/01/02 07:14:41 UTC

[mina-sshd] 02/15: Ugraded Bouncycastle version to 1.68

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 8c0b7269235022672fd449fc6a7eaebc07dad261
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 31 20:52:03 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 6b6d662..23853b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.7</groovy.version>
-        <bouncycastle.version>1.67</bouncycastle.version>
+        <bouncycastle.version>1.68</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.2</spring.version>