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
The following commit(s) were added to refs/heads/master by this push: new 74f16e2 Updated jpgpj version to 1.1 74f16e2 is described below commit 74f16e220957498e25898975c427e7a8b75bfe97 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Fri Aug 13 10:35:51 2021 +0300 Updated jpgpj version to 1.1 --- sshd-openpgp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml index 5da7458..49e56a2 100644 --- a/sshd-openpgp/pom.xml +++ b/sshd-openpgp/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>org.c02e.jpgpj</groupId> <artifactId>jpgpj</artifactId> - <version>1.0</version> + <version>1.1</version> </dependency> <!-- test dependencies -->