From b9211b3a7d69da315b9f0247ad615b8aca00eae6 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:47:27 +0000 Subject: [PATCH] Update jetty-ee8-runner to 12.0.37 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a79cadbd..f49240af 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ ThisBuild / startYear := Some(2013) lazy val root = tlCrossRootProject.aggregate(servlet, examples) val asyncHttpClientVersion = "2.16.0" -val jettyVersion = "12.0.36" +val jettyVersion = "12.0.37" val http4sVersion = "0.23.34" val munitCatsEffectVersion = "2.2.0" val servletApiVersion = "4.0.4"