Upgraded Bouncycastle version to 1.60
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/5cada43a Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/5cada43a Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/5cada43a Branch: refs/heads/master Commit: 5cada43aa31d48867e7bdff492c071d74a22dd65 Parents: 75a56bc Author: Goldstein Lyor <[email protected]> Authored: Wed Jul 25 08:33:49 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Jul 25 09:04:40 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/5cada43a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f5b4d0..b1b812a 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,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.59</bouncycastle.version> + <bouncycastle.version>1.60</bouncycastle.version> <slf4j.version>1.7.25</slf4j.version> <spring.version>5.0.7.RELEASE</spring.version> <jgit.version>5.0.1.201806211838-r</jgit.version>
