From 7b9ade2698f0660d57a9c8ecbc94df1d2e2a17e0 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 20 Jun 2022 19:40:47 +0000 Subject: [PATCH] Update jetty-continuation, jetty-http, ... to 9.4.47.v20220610 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 724687d0f..1abbcf9e4 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.46.v20220331" +val JettyVersion = "9.4.47.v20220610" val JgitVersion = "5.13.1.202206130422-r" lazy val root = (project in file("."))