Skip to content

Commit

Permalink
Merge pull request #835 from typelevel/update/grpc-netty-1.56.1
Browse files Browse the repository at this point in the history
Update grpc-netty, grpc-okhttp to 1.56.1
  • Loading branch information
mpilquist authored Nov 5, 2023
2 parents c8c5479 + ca3ab7e commit 94c3e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ lazy val lightstepGrpc = project
description := "Lightstep gRPC bindings for Natchez.",
libraryDependencies ++= Seq(
"com.lightstep.tracer" % "tracer-grpc" % "0.32.0",
"io.grpc" % "grpc-netty" % "1.56.0",
"io.grpc" % "grpc-netty" % "1.56.1",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.62.Final"
),
mimaPreviousArtifacts := Set()
Expand Down Expand Up @@ -366,7 +366,7 @@ lazy val examples = project
"eu.timepit" %% "refined" % "0.11.0",
"is.cir" %% "ciris" % "3.4.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.27.0",
"io.grpc" % "grpc-okhttp" % "1.56.0" // required for the OpenTelemetry exporter
"io.grpc" % "grpc-okhttp" % "1.56.1" // required for the OpenTelemetry exporter
)
)

Expand Down

0 comments on commit 94c3e02

Please sign in to comment.