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 2019/02/25 05:44:38 UTC

[mina-sshd] 01/03: [SSHD-870] Upgraded Bouncycastle version to 1.61

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 f0acc71f0fc55523940d1de04b98c5df081b6c59
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Feb 24 16:52:08 2019 +0200

    [SSHD-870] Upgraded Bouncycastle version to 1.61
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e1af50..a74045c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <groovy.compliance.level>2.0</groovy.compliance.level>
         <groovy.version>${groovy.major.version}.${groovy.minor.version}.${groovy.release.version}</groovy.version>
 
-        <bouncycastle.version>1.60</bouncycastle.version>
+        <bouncycastle.version>1.61</bouncycastle.version>
         <slf4j.version>1.7.25</slf4j.version>
         <spring.version>5.1.4.RELEASE</spring.version>
         <jgit.version>5.2.1.201812262042-r</jgit.version>