diff --git a/project/build.sbt b/project/build.sbt
index 188dfa5c6702..be1036a5daa7 100644
--- a/project/build.sbt
+++ b/project/build.sbt
@@ -1,4 +1,4 @@
 // 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.2.0.202503040940-r"
 
 libraryDependencies += Dependencies.`jackson-databind`