diff --git a/project/build.sbt b/project/build.sbt index 9e96a2327deb..19d00c899f2e 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,5 +1,5 @@ // Used by VersionUtil to get gitHash and commitDate -libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "4.11.0.201803080745-r" +libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit" % "7.3.0.202506031305-r" libraryDependencies += Dependencies.`jackson-databind`