From 7c5a9df759ba6e336cc4111fac2e5431d1733f80 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 30 Apr 2023 04:41:30 +0000 Subject: [PATCH] Update jetty-http, jetty-io, jetty-security, ... to 10.0.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a901d03a..61c445ba5 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" val GitBucketVersion = "4.39.0" val ScalatraVersion = "3.0.0-M3" -val JettyVersion = "10.0.12" +val JettyVersion = "10.0.15" val JgitVersion = "5.13.1.202206130422-r" lazy val root = (project in file("."))