From 639693412950170add9bd576eef5fcef43431c5c Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:13:52 +0000 Subject: [PATCH] Update netty-codec-http, ... to 4.1.113.Final in series/0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 64b120f..a911c1b 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val http4sVersion = "0.23.27" val jetty = "12.0.12" -val netty = "4.1.112.Final" +val netty = "4.1.113.Final" val munit = "1.0.1" val munitScalaCheck = "1.0.0"