From 2fe57b6c16cd69ad72b398d4200cb82b365bdd66 Mon Sep 17 00:00:00 2001 From: "gitbucket-bot[bot]" <256891351+gitbucket-bot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:26:02 +0000 Subject: [PATCH] Update org.eclipse.jgit.archive, ... to 7.5.0.202512021534-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9e4298cdb..9e4631135 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Name = "gitbucket" val GitBucketVersion = "4.45.0" val ScalatraVersion = "3.1.2" val JettyVersion = "10.0.26" -val JgitVersion = "6.10.1.202505221210-r" +val JgitVersion = "7.5.0.202512021534-r" lazy val root = (project in file(".")) .enablePlugins(SbtTwirl, ContainerPlugin)