From e613d6d08abaa0a725ef0a27b650f192a45e6079 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:10:51 +0000 Subject: [PATCH] Update jetty-http2-client, ... to 12.0.14 in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d41d9da..9f2cd918 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild( val http4sVersion = "0.23.28" -val jetty = "12.0.13" +val jetty = "12.0.14" val netty = "4.1.113.Final"