From 23952b7cae5463e721fcb60ae744c8d6dba0a680 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 2 Oct 2024 13:43:18 +0000 Subject: [PATCH] Update jetty-client to 12.0.14 --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index b0606d574..31efcd57d 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.1" - val jettyVersion = "12.0.13" + val jettyVersion = "12.0.14" val mongoVersion = "5.2.0" val springVersion = "5.3.39" val typesafeConfigVersion = "1.4.3"