Skip to content

Commit 9caa2e4

Browse files
committed
Update jgit version
The old version of jgit doesn't support DIRC version 4, which can result in exceptions being thrown by the ratchetFrom implementation in some situations (likely dependent on the user's local git version). See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=565774
1 parent b98f086 commit 9caa2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VER_SLF4J=[1.6,2.0[
2222

2323
# Used in multiple places
2424
VER_DURIAN=1.2.0
25-
VER_JGIT=5.10.0.202012080955-r
25+
VER_JGIT=5.13.0.202109080827-r
2626
VER_JUNIT=5.8.0
2727
VER_ASSERTJ=3.15.0
2828
VER_MOCKITO=3.3.3

0 commit comments

Comments
 (0)