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/06/26 09:06:36 UTC

[mina-sshd] 06/16: Upgraded Bouncycastle version to 1.69

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 f31da73bf110eab58648a4ce150b3ec237877284
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Jun 26 11:16:08 2021 +0300

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

diff --git a/pom.xml b/pom.xml
index c909be7..4d3dd6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 
         <min.required.maven.version>3.5.0</min.required.maven.version>
         <groovy.version>3.0.7</groovy.version>
-        <bouncycastle.version>1.68</bouncycastle.version>
+        <bouncycastle.version>1.69</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <logback.version>1.2.3</logback.version>        
         <spring.version>5.3.6</spring.version>