From c57c7c7fb6e0aba2361a132fe41d5e3a08cf1b20 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Apr 2025 21:03:53 +0000 Subject: [PATCH] org.eclipse.jgit 7.2.0.202503040940-r (was 7.1.0.202411261347-r) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ee952160..5dfda354 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.1.0.202411261347-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.2.0.202503040940-r", "com.damnhandy" % "handy-uri-templates" % "2.1.8", "org.webjars" % "jquery" % "3.7.1", "org.webjars" % "html5shiv" % "3.7.3-1",