From fd6dd555aedfabba95ab6d98be3d8357cf233128 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:28:29 +0000 Subject: [PATCH] Update jetty-client, jetty-http, jetty-util to 12.1.8 in series/0.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0849dff1..186b3cb9 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val root = project .aggregate(jettyServer, jettyServerEe10, jettyClient) val catsEffectVersion = "3.6.3" -val jettyVersion = "12.1.4" +val jettyVersion = "12.1.8" val http4sVersion = "0.23.30" val http4sServletVersion = "0.25.0-RC1" val munitCatsEffectVersion = "2.1.0"