Skip to content

Commit

Permalink
update jgit to 5.8.0.202006091008-r
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 21, 2020
1 parent 5822d17 commit a11e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
ExclusionRule("org.tukaani", "xz"),
ExclusionRule("junit", "junit")
)
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit.pgm" % "5.7.0.202003110725-r" excludeAll (
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit.pgm" % "5.8.0.202006091008-r" excludeAll (
ExclusionRule("javax.jms", "jms"),
ExclusionRule("com.sun.jdmk", "jmxtools"),
ExclusionRule("com.sun.jmx", "jmxri")
Expand Down

0 comments on commit a11e01b

Please sign in to comment.