Skip to content

Commit 1d61171

Browse files
build(deps): bump org.eclipse.jgit:org.eclipse.jgit (#1757)
Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 7.7.0.202606012155-r to 7.7.1.202607240634-r. - [Commits](eclipse-jgit/jgit@v7.7.0.202606012155-r...v7.7.1.202607240634-r) --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-version: 7.7.1.202607240634-r dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20c07f8 commit 1d61171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ lazy val zincBenchmarks = (projectMatrix in internalPath / "zinc-benchmarks")
363363
baseSettings,
364364
name := "Benchmarks of Zinc and the compiler bridge",
365365
libraryDependencies ++= Seq(
366-
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.7.0.202606012155-r",
366+
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.7.1.202607240634-r",
367367
"net.openhft" % "affinity" % "2026.2",
368368
),
369369
Test / javaOptions ++= List("-Xmx600M", "-Xms600M"),

0 commit comments

Comments
 (0)