From 342b03fb10a94a15907f556f77a428ed0cc2dadb Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:16:17 +0000 Subject: [PATCH] Update jetty-client, jetty-http, ... to 10.0.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5450a93..8279c2c 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ lazy val root = project .enablePlugins(NoPublishPlugin) .aggregate(jettyServer, jettyClient) -val jettyVersion = "10.0.15" +val jettyVersion = "10.0.18" val http4sVersion = "0.23.23" val http4sServletVersion = "0.24.0-RC1" val munitCatsEffectVersion = "1.0.7"