From 7f4ec62f65092c230973c482e4931d180dafc6e1 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:13:28 +0000 Subject: [PATCH] Update jetty-client, jetty-http, jetty-util to 12.0.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab4af64..9faa73d 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val root = project .enablePlugins(NoPublishPlugin) .aggregate(jettyServer, jettyClient) -val jettyVersion = "10.0.24" +val jettyVersion = "12.0.15" val http4sVersion = "0.23.30" val http4sServletVersion = "0.24.0-RC1" val munitCatsEffectVersion = "2.0.0"