mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3029] Use jGit version 4.5.4 instead of 4.3.1
This commit is contained in:
parent
8bd23d0637
commit
f362dcbbed
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jgit</groupId>
|
||||
<artifactId>org.eclipse.jgit</artifactId>
|
||||
<version>4.3.1.201605051710-r</version>
|
||||
<version>${eclipse.jgit.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue