From 7deca4ded8a6ef3490a5cf5effe5e92c3a23a987 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:16:17 +0000 Subject: [PATCH] Update jetty-client, jetty-runner, ... to 11.0.22 in main --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cdd0a49..740df7a9 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / tlJdkRelease := Some(8) lazy val root = tlCrossRootProject.aggregate(servlet, examples) val asyncHttpClientVersion = "2.12.3" -val jettyVersion = "11.0.13" +val jettyVersion = "11.0.22" val http4sVersion = "1.0.0-M38" val munitCatsEffectVersion = "1.0.7" val servletApiVersion = "5.0.0"