Skip to content

Commit

Permalink
CORE-69: Update reactor-netty from 1.0.39 to 1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 7, 2024
1 parent e485ae4 commit 9d05e24
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 @@ -65,7 +65,7 @@ object Dependencies {
val scalaCheck: ModuleID = "org.scalacheck" %% "scalacheck" % scalaCheckV % "test"

val nettyAll: ModuleID = "io.netty" % "netty-all" % "4.1.100.Final"
val reactorNetty: ModuleID = "io.projectreactor.netty" % "reactor-netty" % "1.0.39"
val reactorNetty: ModuleID = "io.projectreactor.netty" % "reactor-netty" % "1.0.48"

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 9d05e24

Please sign in to comment.