Skip to content

Commit

Permalink
CORE-69: Update netty-all from 4.1.100.Final to 4.1.114.Final (#1553)
Browse files Browse the repository at this point in the history
Co-authored-by: David An <[email protected]>
  • Loading branch information
broadbot and davidangb authored Nov 14, 2024
1 parent 74f9427 commit f6e1e93
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.48"

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

0 comments on commit f6e1e93

Please sign in to comment.