From 934e17666d85a5c19188e52229ff1f1112e9bee9 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:42:59 +0000 Subject: [PATCH] Update jetty-http, jetty-io, jetty-security, ... to 10.0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e008cd533..dde285523 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.23" +val JettyVersion = "10.0.24" val JgitVersion = "6.10.0.202406032230-r" lazy val root = (project in file("."))