Skip to content

Commit a11e01b

Browse files
authored
update jgit to 5.8.0.202006091008-r
1 parent 5822d17 commit a11e01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99
ExclusionRule("org.tukaani", "xz"),
1010
ExclusionRule("junit", "junit")
1111
)
12-
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit.pgm" % "5.7.0.202003110725-r" excludeAll (
12+
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit.pgm" % "5.8.0.202006091008-r" excludeAll (
1313
ExclusionRule("javax.jms", "jms"),
1414
ExclusionRule("com.sun.jdmk", "jmxtools"),
1515
ExclusionRule("com.sun.jmx", "jmxri")

0 commit comments

Comments
 (0)