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 2017/08/28 06:18:06 UTC

mina-sshd git commit: Upgraded Bouncycastle version to 1.58

Repository: mina-sshd
Updated Branches:
  refs/heads/master 68f5f2ad1 -> 2c320737b


Upgraded Bouncycastle version to 1.58


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/2c320737
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/2c320737
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/2c320737

Branch: refs/heads/master
Commit: 2c320737b10a0c71723f427e268073958111e518
Parents: 68f5f2a
Author: Goldstein Lyor <ly...@c-b4.com>
Authored: Mon Aug 28 09:17:59 2017 +0300
Committer: Goldstein Lyor <ly...@c-b4.com>
Committed: Mon Aug 28 09:17:59 2017 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/2c320737/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 296914d..1808235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,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.57</bouncycastle.version>
+        <bouncycastle.version>1.58</bouncycastle.version>
         <slf4j.version>1.7.25</slf4j.version>
         <spring.version>4.3.8.RELEASE</spring.version>
         <jgit.version>4.7.0.201704051617-r</jgit.version>