Skip to content

Commit 25878cc

Browse files
authored
Merge pull request #1176 from typelevel/update/grpc-netty-1.73.0
Update grpc-netty, grpc-okhttp to 1.73.0
2 parents 82f213f + f8b5dcd commit 25878cc

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
@@ -189,7 +189,7 @@ lazy val lightstepGrpc = project
189189
description := "Lightstep gRPC bindings for Natchez.",
190190
libraryDependencies ++= Seq(
191191
"com.lightstep.tracer" % "tracer-grpc" % "0.32.0",
192-
"io.grpc" % "grpc-netty" % "1.72.0",
192+
"io.grpc" % "grpc-netty" % "1.73.0",
193193
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.71.Final"
194194
),
195195
mimaPreviousArtifacts := Set()
@@ -376,7 +376,7 @@ lazy val examples = project
376376
"is.cir" %% "ciris" % "3.8.0",
377377
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.50.0",
378378
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.32.0",
379-
"io.grpc" % "grpc-okhttp" % "1.72.0" // required for the OpenTelemetry exporter
379+
"io.grpc" % "grpc-okhttp" % "1.73.0" // required for the OpenTelemetry exporter
380380
)
381381
)
382382

0 commit comments

Comments
 (0)