diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7ae81c6de..e2d8c6a4f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -64,7 +64,7 @@ object Dependencies { val akkaHttpTestKit: ModuleID = "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV % "test" val scalaCheck: ModuleID = "org.scalacheck" %% "scalacheck" % scalaCheckV % "test" - val nettyAll: ModuleID = "io.netty" % "netty-all" % "4.1.100.Final" + val nettyAll: ModuleID = "io.netty" % "netty-all" % "4.1.114.Final" val reactorNetty: ModuleID = "io.projectreactor.netty" % "reactor-netty" % "1.0.48" val excludIoGrpc = ExclusionRule(organization = "io.grpc", name = "grpc-core")