From 1481872ddb522cce216cf4401fc41989546d3f6a Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:36:53 +0000 Subject: [PATCH] Update jetty-http, jetty-io, jetty-security, ... to 10.0.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99958d781..c748a194b 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.18" +val JettyVersion = "10.0.19" val JgitVersion = "6.8.0.202311291450-r" lazy val root = (project in file("."))