diff --git a/build.sbt b/build.sbt index 0ced7696..94e4dcfa 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val core = project name := "http4s-netty-core", libraryDependencies ++= List( "co.fs2" %% "fs2-reactive-streams" % "3.12.2", - ("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.16") + ("com.typesafe.netty" % "netty-reactive-streams-http" % "2.0.17") .exclude("io.netty", "netty-codec-http") .exclude("io.netty", "netty-handler"), "io.netty" % "netty-codec-http" % netty,