You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2021/12/23 09:14:16 UTC

[mina-sshd] 10/16: Upgraded jpgpj version to 1.3

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 e4656b5c30a6f2b7477beebbaa716060928acd10
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:41:38 2021 +0200

    Upgraded jpgpj version to 1.3
---
 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 a2dae6c..8ff03d1 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.2</version>
+            <version>1.3</version>
         </dependency>
 
             <!-- test dependencies -->