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 3e2d7e0 Upgraded jpgpj version to 1.2 3e2d7e0 is described below commit 3e2d7e0f011ddcacceaeb5e175658d98f80ecd72 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Sat Nov 20 08:39:43 2021 +0200 Upgraded jpgpj version to 1.2 --- 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 49e56a2..7797d60 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.1</version> + <version>1.2</version> </dependency> <!-- test dependencies -->