From d2ff6863d6ed859d318d21fb397d088153ca117f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 14 Jun 2024 16:18:51 +0000 Subject: [PATCH] Update org.eclipse.jgit to 6.10.0.202406032230-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9dbd729f4..f46d7e59f 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ libraryDependencies ++= Seq( "io.cucumber" % "gherkin" % "26.0.3", "org.playframework.anorm" %% "anorm" % "2.7.0", "org.mariadb.jdbc" % "mariadb-java-client" % "3.1.3", - "org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "6.10.0.202406032230-r", // Swagger "io.swagger" % "swagger-annotations" % "1.6.10", // do not upgrade beyond 1.x because of sbt-swagger-play compatibility "org.webjars" % "swagger-ui" % "4.18.2",