From 977274f3474ac9035ef6d92c10c3bacee5971fda Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:17:55 +0000 Subject: [PATCH] Update netty-codec-http, ... to 4.1.117.Final in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6391d8f..1b7fdb62 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ val http4sVersion = "0.23.30" val jetty = "12.0.16" -val netty = "4.1.116.Final" +val netty = "4.1.117.Final" val munit = "1.0.4" val munitScalaCheck = "1.0.0"