From 357719156c4cc29e36d44743a64432fe06bf2914 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 13:20:52 +0000 Subject: [PATCH] Update jetty-client, jetty-server to 12.0.11 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 29e9106bc..7e037de88 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -29,7 +29,7 @@ object Commons extends ProjectGroup("commons") { val scalatestVersion = "3.2.19" val scalatestplusScalacheckVersion = "3.2.14.0" val scalacheckVersion = "1.18.0" - val jettyVersion = "10.0.22" + val jettyVersion = "12.0.11" val mongoVersion = "5.1.1" val springVersion = "5.3.37" val typesafeConfigVersion = "1.4.3"