From 8811ea2b58e6a36eecfa8500b15bc9385bd2a6e4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 7 Feb 2022 15:44:18 +0000 Subject: [PATCH] Update jetty-continuation, jetty-http, ... to 9.4.45.v20220203 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2a5fe0b6a..edb8d14f9 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" val GitBucketVersion = "4.37.2" val ScalatraVersion = "2.8.2" -val JettyVersion = "9.4.44.v20210927" +val JettyVersion = "9.4.45.v20220203" val JgitVersion = "5.13.0.202109080827-r" lazy val root = (project in file("."))