Skip to content

Commit

Permalink
Update grpc-netty to 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 24, 2022
1 parent 4233eb9 commit 2dd6e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ lazy val lightstepGrpc = project
description := "Lightstep gRPC bindings for Natchez.",
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.30.3",
"io.grpc" % "grpc-netty" % "1.42.2",
"io.grpc" % "grpc-netty" % "1.49.0",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.46.Final"
)
)
Expand Down

0 comments on commit 2dd6e54

Please sign in to comment.