Skip to content

Commit

Permalink
Update netty-all to 4.1.114.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Oct 2, 2024
1 parent 056c47d commit ec85910
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 @@ -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.39"

val excludIoGrpc = ExclusionRule(organization = "io.grpc", name = "grpc-core")
Expand Down

0 comments on commit ec85910

Please sign in to comment.