Skip to content

Commit

Permalink
Update netty-all to 4.1.100.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 11, 2023
1 parent cb1ca54 commit 29fd4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.85.Final"
val nettyAll: ModuleID = "io.netty" % "netty-all" % "4.1.100.Final"

val excludIoGrpc = ExclusionRule(organization = "io.grpc", name = "grpc-core")
val ioGrpc: ModuleID = "io.grpc" % "grpc-core" % "1.34.1"
Expand Down

0 comments on commit 29fd4ac

Please sign in to comment.