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:13 UTC

[mina-sshd] 07/16: Upgraded JGit version to 6.0.0.202111291000-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 539381923c00ae71162cc685c11b271c0bc7226c
Author: Lyor Goldstein <lg...@apache.org>
AuthorDate: Thu Dec 23 08:39:21 2021 +0200

    Upgraded JGit version to 6.0.0.202111291000-r
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d5f236..a9ed6be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <slf4j.version>1.7.32</slf4j.version>
         <logback.version>1.2.9</logback.version>        
         <spring.version>5.3.11</spring.version>
-        <jgit.version>5.13.0.202109080827-r</jgit.version>
+        <jgit.version>6.0.0.202111291000-r</jgit.version>
         <junit.version>4.13.2</junit.version>
         <bytebuddy.version>1.12.6</bytebuddy.version>
         <testcontainers.version>1.16.1</testcontainers.version>
@@ -446,6 +446,12 @@
                 <artifactId>bcprov-jdk15on</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
+                <!-- Referenced indirectly by JGit -->
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcutil-jdk15on</artifactId>
+                <version>${bouncycastle.version}</version>
+            </dependency>
 
             <dependency>
                 <groupId>org.slf4j</groupId>