From e3904ebdfed2b431946b14cb49ed05352848b2dc Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:36:32 +0000 Subject: [PATCH] Update jetty-http, jetty-io, jetty-security, ... to 10.0.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e3676d2aa..238f46750 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" val GitBucketVersion = "4.40.0" val ScalatraVersion = "3.0.0" -val JettyVersion = "10.0.19" +val JettyVersion = "10.0.20" val JgitVersion = "6.8.0.202311291450-r" lazy val root = (project in file("."))