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 2019/10/13 05:04:43 UTC

[mina-sshd] branch master updated: Upgraded jpgpj version to 0.7.1

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 3ace234  Upgraded jpgpj version to 0.7.1
3ace234 is described below

commit 3ace2346a3f44e70ebb0bc45a916a47e34142af4
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sun Oct 13 08:04:37 2019 +0300

    Upgraded jpgpj version to 0.7.1
---
 docs/files-parsing.md | 2 +-
 sshd-openpgp/pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/files-parsing.md b/docs/files-parsing.md
index 65f65c6..2736740 100644
--- a/docs/files-parsing.md
+++ b/docs/files-parsing.md
@@ -60,7 +60,7 @@ this feature should be considered **experimental** for the time being. However,
 The code reads **all** the available key pairs in the key file without any distinction between encryption, decryption,
 authentication or signature ones.
 
-This code relies on the [jpgpgj](https://github.com/justinludwig/jpgpj) support module
+This code relies on the [jpgpj](https://github.com/justinludwig/jpgpj) support module
 
 ```xml
     <dependency>
diff --git a/sshd-openpgp/pom.xml b/sshd-openpgp/pom.xml
index 8e32b22..18e8c54 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>0.7</version>
+            <version>0.7.1</version>
         </dependency>
 
             <!-- test dependencies -->