From feda8d73a9f705247be109c1997b9b9091fa093f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 17:30:06 +0000 Subject: [PATCH] org.eclipse.jgit 7.4.0.202509020913-r (was 7.3.0.202506031305-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0b11a722..ae4ceca4 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-feature", "-unchec libraryDependencies ++= Seq( "org.playframework" %% "play-doc" % "3.0.1", - "org.eclipse.jgit" % "org.eclipse.jgit" % "7.3.0.202506031305-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.4.0.202509020913-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.7.1", "org.webjars" % "html5shiv" % "3.7.3-1",