From d4fa51182db270d13597bae5717ba58875fb2c35 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Nov 2023 13:59:44 +0000 Subject: [PATCH] Update jetty-client, jetty-server, ... to 10.0.18 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 3f71d4847..44448bcf5 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -29,7 +29,7 @@ object Commons extends ProjectGroup("commons") { val scalatestVersion = "3.2.17" val scalatestplusScalacheckVersion = "3.2.14.0" val scalacheckVersion = "1.17.0" - val jettyVersion = "10.0.17" + val jettyVersion = "10.0.18" val mongoVersion = "4.11.0" val springVersion = "5.3.30" val typesafeConfigVersion = "1.4.3"