From 74cd4173b9e1910f15b3528f1062960c752a4c9c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 20:35:03 +0000 Subject: [PATCH] Update org.eclipse.jgit to 5.13.5.202508271544-r --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7108b9d..140b695 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value // Use jgit 5.x because newer version does not support Java 8, while our CI can run on Java 8 -dependencyOverrides += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r" +dependencyOverrides += "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r"