Update org.eclipse.jgit.archive, ... to 5.12.0.202106070339-r

This commit is contained in:
Scala Steward
2021-06-07 22:02:00 +02:00
committed by kenji yoshida
parent 26e0838ae0
commit ce26a48fd7

View File

@@ -6,7 +6,7 @@ val Name = "gitbucket"
val GitBucketVersion = "4.35.3"
val ScalatraVersion = "2.7.1"
val JettyVersion = "9.4.41.v20210516"
val JgitVersion = "5.11.1.202105131744-r"
val JgitVersion = "5.12.0.202106070339-r"
lazy val root = (project in file("."))
.enablePlugins(SbtTwirl, ScalatraPlugin)