diff --git a/build.sbt b/build.sbt index 872f67c6c..bfe4319f6 100644 --- a/build.sbt +++ b/build.sbt @@ -391,7 +391,7 @@ lazy val zincBenchmarks = (projectMatrix in internalPath / "zinc-benchmarks") baseSettings, name := "Benchmarks of Zinc and the compiler bridge", libraryDependencies ++= Seq( - "org.eclipse.jgit" % "org.eclipse.jgit" % "6.9.0.202403050737-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", "net.openhft" % "affinity" % "3.23.3", ), Test / javaOptions ++= List("-Xmx600M", "-Xms600M"),