We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5822d17 commit a11e01bCopy full SHA for a11e01b
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
ExclusionRule("org.tukaani", "xz"),
10
ExclusionRule("junit", "junit")
11
)
12
- 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 (
13
ExclusionRule("javax.jms", "jms"),
14
ExclusionRule("com.sun.jdmk", "jmxtools"),
15
ExclusionRule("com.sun.jmx", "jmxri")
0 commit comments