From b521f43c84516b2e761b031e82d9b2782644cfe4 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:48:48 +0900 Subject: [PATCH] Update org.eclipse.jgit.archive, ... to 6.5.0.202303070854-r (#3281) * Update org.eclipse.jgit.archive, ... to 6.5.0.202303070854-r * Revert commit(s) 61079bb8 * Update org.eclipse.jgit.archive, ... to 6.5.0.202303070854-r --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61c445ba5..50ae4abb5 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val Name = "gitbucket" val GitBucketVersion = "4.39.0" val ScalatraVersion = "3.0.0-M3" val JettyVersion = "10.0.15" -val JgitVersion = "5.13.1.202206130422-r" +val JgitVersion = "6.5.0.202303070854-r" lazy val root = (project in file(".")) .enablePlugins(SbtTwirl, ScalatraPlugin)