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 2020/09/12 15:19:18 UTC

[mina-sshd] 02/05: Upgraded JGit version to 5.9.0.202009080501-r

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 e60aef6f7132795b631cfc9e0053c0ca1afeef40
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Sat Sep 12 17:37:19 2020 +0300

    Upgraded JGit version to 5.9.0.202009080501-r
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f573ef9..822b96c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <bouncycastle.version>1.66</bouncycastle.version>
         <slf4j.version>1.7.30</slf4j.version>
         <spring.version>5.2.8.RELEASE</spring.version>
-        <jgit.version>5.8.1.202007141445-r</jgit.version>
+        <jgit.version>5.9.0.202009080501-r</jgit.version>
         <junit.version>4.13</junit.version>
         <bytebuddy.version>1.10.14</bytebuddy.version>