From 6462705d51e43b4fbaaf34599d3f1e2212d0d1fb Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:16:58 +0000 Subject: [PATCH] build(deps): Update org.eclipse.jgit, ... from 5.13.5.202508271544-r to 7.4.0.202509020913-r --- project/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.sbt b/project/build.sbt index 1de9eb7ab..95ef3a8a0 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -18,8 +18,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.4.0.202509020913-r", + "org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "7.4.0.202509020913-r", "commons-codec" % "commons-codec" % "1.20.0", "org.kohsuke" % "github-api" % "1.330", ("ch.epfl.scala" % "jarjar" % "1.7.2-patched")