From d6714bbda9f481b6845c36909d66e374515434fc Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:20:13 +0000 Subject: [PATCH] Update jetty-client, jetty-server to 12.0.0 in series/0.25 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fbcecff9..5825ed9f 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.15" +val jettyVersion = "12.0.0" val http4sVersion = "0.23.17" val munitCatsEffectVersion = "1.0.7" val servletApiVersion = "5.0.0"