From f67e675c0e41be016091963f9279656712dd7b86 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:25:03 +0000 Subject: [PATCH] build(deps): Update org.eclipse.jgit, ... from 5.13.5.202508271544-r to 7.5.0.202512021534-r --- project/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.sbt b/project/build.sbt index 8bbed77e6..42db070cb 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -17,8 +17,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.5.202508271544-r", - "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.5.202508271544-r", + "org.eclipse.jgit" % "org.eclipse.jgit" % "7.5.0.202512021534-r", + "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "7.5.0.202512021534-r", "commons-codec" % "commons-codec" % "1.21.0", "org.kohsuke" % "github-api" % "1.330", ("ch.epfl.scala" % "jarjar" % "1.7.2-patched")