From fa76932b613649a018c392c000ae6017ed733af0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 08:25:44 +0000 Subject: [PATCH] Update org.eclipse.jgit to 5.13.3.202401111512-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cd6698..711cb23 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ lazy val jacocoPlugin = (project in file(".")) "com.fasterxml.jackson.core" % "jackson-core" % "2.16.1", "org.scalaj" %% "scalaj-http" % "2.4.2", "commons-codec" % "commons-codec" % "1.16.0", - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r", "org.scalatest" %% "scalatest" % "3.2.17" % Test, "org.mockito" % "mockito-core" % "4.11.0" % Test )