From 011ea20c58ae3e8a580bf072b40d70a66b485302 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:34:05 +0000 Subject: [PATCH] Update jetty-http2-server to 12.1.6 in series/0.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c0216ae..02caa2f2 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val root = project .aggregate(jettyServer, jettyServerEe8, jettyClient) val catsEffectVersion = "3.6.3" -val jettyVersion = "12.1.5" +val jettyVersion = "12.1.6" val http4sVersion = "0.23.33" val http4sServletVersion = "0.24.0-RC2" val munitCatsEffectVersion = "2.1.0"