Skip to content

Commit dfdf5d9

Browse files
authored
Merge pull request #1202 from typelevel/update/grpc-netty-1.74.0
Update grpc-netty, grpc-okhttp to 1.74.0
2 parents d4d3cb8 + 5259f23 commit dfdf5d9

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.73.0",
191+
"io.grpc" % "grpc-netty" % "1.74.0",
192192
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.71.Final"
193193
),
194194
mimaPreviousArtifacts := Set()
@@ -375,7 +375,7 @@ lazy val examples = project
375375
"is.cir" %% "ciris" % "3.9.0",
376376
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.52.0",
377377
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.34.0",
378-
"io.grpc" % "grpc-okhttp" % "1.73.0" // required for the OpenTelemetry exporter
378+
"io.grpc" % "grpc-okhttp" % "1.74.0" // required for the OpenTelemetry exporter
379379
)
380380
)
381381

0 commit comments

Comments
 (0)