Skip to content

Commit

Permalink
Update jgit to 5.7.0.202003110725-r
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Mar 27, 2020
1 parent c17b166 commit e8f1e47
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.6.1.202002131546-r" excludeAll (
val jgit = "org.eclipse.jgit" % "org.eclipse.jgit.pgm" % "5.7.0.202003110725-r" excludeAll (
ExclusionRule("javax.jms", "jms"),
ExclusionRule("com.sun.jdmk", "jmxtools"),
ExclusionRule("com.sun.jmx", "jmxri")
Expand Down

0 comments on commit e8f1e47

Please sign in to comment.