From 75e2883f6174fe66a18d18d897984b96ce73f8df Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:36:52 +0000 Subject: [PATCH] Update jetty-http, jetty-io, jetty-security, ... to 10.0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a91c576cf..382f7696b 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" val GitBucketVersion = "4.41.0" val ScalatraVersion = "3.1.0" -val JettyVersion = "10.0.22" +val JettyVersion = "10.0.23" val JgitVersion = "6.10.0.202406032230-r" lazy val root = (project in file("."))