From b9e889ff98b8a022a8d3623a5652e1756598d124 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 02:02:50 +0000 Subject: [PATCH] Update jetty-ee8-runner to 12.0.24 in series/0.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6821078c..de8ebd05 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.12.4" -val jettyVersion = "12.0.23" +val jettyVersion = "12.0.24" val http4sVersion = "0.23.30" val munitCatsEffectVersion = "2.1.0" val servletApiVersion = "4.0.4"