From dcd2831cdabd95afa8a88f7701d0eb356f261965 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:37:21 +0000 Subject: [PATCH] Update org.eclipse.jgit.archive, ... to 7.6.0.202603022253-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0eca84b29..216217dec 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Name = "gitbucket" val GitBucketVersion = "4.46.0" val ScalatraVersion = "3.1.2" val JettyVersion = "10.0.26" -val JgitVersion = "6.10.1.202505221210-r" +val JgitVersion = "7.6.0.202603022253-r" lazy val root = (project in file(".")) .enablePlugins(SbtTwirl, ContainerPlugin)