diff --git a/project/build.sbt b/project/build.sbt index 856452eb5d..eaf19fe7a9 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -19,8 +19,8 @@ updateOptions := updateOptions.value.withLatestSnapshots(false) libraryDependencies ++= List( // set to jgit 5, because 6 is compatible only with java 11, // context https://github.com/scalacenter/bloop/pull/2101 - "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.2.202306221912-r", - "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.2.202306221912-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r", + "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.3.202401111512-r", "commons-codec" % "commons-codec" % "1.16.0", ("ch.epfl.scala" % "jarjar" % "1.7.2-patched") .exclude("org.apache.ant", "ant")