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 b93f6ae07a9a29d8e37e114d26bd5fab55e748cd Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sun Oct 13 08:13:39 2019 +0300 Upgraded Bouncycastle version to 1.64 --- docs/files-parsing.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/files-parsing.md b/docs/files-parsing.md index 2736740..c8c8368 100644 --- a/docs/files-parsing.md +++ b/docs/files-parsing.md @@ -132,5 +132,5 @@ public class MyAuthorizedKeysAuthenticatorWithBothPGPAndSsh extends AuthorizedKe ``` -**Note:** in order to support GPG v2 `.kbx` files one requires requires up-to-date [Bouncycastle](https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk15on/1.61) +**Note:** in order to support GPG v2 `.kbx` files one requires up-to-date [Bouncycastle](https://mvnrepository.com/artifact/org.bouncycastle/bcpg-jdk15on/1.61) and [jpgpj](https://mvnrepository.com/artifact/org.c02e.jpgpj/jpgpj/0.6.1) versions. diff --git a/pom.xml b/pom.xml index eac7908..e340c95 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.63</bouncycastle.version> + <bouncycastle.version>1.64</bouncycastle.version> <slf4j.version>1.7.28</slf4j.version> <spring.version>5.2.0.RELEASE</spring.version> <jgit.version>5.5.0.201909110433-r</jgit.version>