Skip to content

Commit

Permalink
Merge pull request #1099 from typelevel/update/grpc-netty-1.68.2
Browse files Browse the repository at this point in the history
Update grpc-netty, grpc-okhttp to 1.68.2
  • Loading branch information
mergify[bot] authored Nov 28, 2024
2 parents 3e1e687 + 1acbd0d commit 4d798de
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 @@ -189,7 +189,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.68.1",
"io.grpc" % "grpc-netty" % "1.68.2",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.67.Final"
),
mimaPreviousArtifacts := Set()
Expand Down Expand Up @@ -376,7 +376,7 @@ lazy val examples = project
"is.cir" %% "ciris" % "3.6.0",
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.44.1",
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha",
"io.grpc" % "grpc-okhttp" % "1.68.1" // required for the OpenTelemetry exporter
"io.grpc" % "grpc-okhttp" % "1.68.2" // required for the OpenTelemetry exporter
)
)

Expand Down

0 comments on commit 4d798de

Please sign in to comment.