From 10607c7ed68186cd0b2f9538f0dae9c071f4a8f4 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:06:55 +0000 Subject: [PATCH] Update netty-all to 4.1.120.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02c4f83..7e1b5d3 100644 --- a/build.sbt +++ b/build.sbt @@ -39,7 +39,7 @@ lazy val core = project.in(file("core")) .settings( name := "fs2-netty", libraryDependencies ++= Seq( - "io.netty" % "netty-all" % "4.1.69.Final", + "io.netty" % "netty-all" % "4.1.120.Final", "com.comcast" %% "ip4s-core" % "3.0.3", "co.fs2" %% "fs2-core" % Fs2Version,