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 b71553c47af91fb9d581be0296cea1e994f8e964 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu Oct 3 12:38:05 2019 +0300 Upgraded Bouncycastle version to 1.63 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec926c1..151c66d 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.62</bouncycastle.version> + <bouncycastle.version>1.63</bouncycastle.version> <slf4j.version>1.7.28</slf4j.version> <spring.version>5.1.9.RELEASE</spring.version> <jgit.version>5.4.3.201909031940-r</jgit.version>