Skip to content

Commit 370e4a7

Browse files
Update grpc-netty, grpc-okhttp to 1.82.0
1 parent 0c1a1a1 commit 370e4a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ lazy val lightstepGrpc = project
188188
description := "Lightstep gRPC bindings for Natchez.",
189189
libraryDependencies ++= Seq(
190190
"com.lightstep.tracer" % "tracer-grpc" % "0.32.0",
191-
"io.grpc" % "grpc-netty" % "1.81.0",
191+
"io.grpc" % "grpc-netty" % "1.82.0",
192192
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.77.Final"
193193
),
194194
mimaPreviousArtifacts := Set()
@@ -375,7 +375,7 @@ lazy val examples = project
375375
"is.cir" %% "ciris" % "3.15.0",
376376
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.63.0",
377377
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.41.1",
378-
"io.grpc" % "grpc-okhttp" % "1.81.0" // required for the OpenTelemetry exporter
378+
"io.grpc" % "grpc-okhttp" % "1.82.0" // required for the OpenTelemetry exporter
379379
)
380380
)
381381

0 commit comments

Comments
 (0)