Skip to content

Commit 026dfa7

Browse files
authored
Merge pull request #930 from typelevel/update/grpc-netty-1.60.0
Update grpc-netty, grpc-okhttp to 1.60.0
2 parents 1cb34f0 + 09159fe commit 026dfa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ lazy val lightstepGrpc = project
180180
description := "Lightstep gRPC bindings for Natchez.",
181181
libraryDependencies ++= Seq(
182182
"com.lightstep.tracer" % "tracer-grpc" % "0.32.0",
183-
"io.grpc" % "grpc-netty" % "1.59.1",
183+
"io.grpc" % "grpc-netty" % "1.60.0",
184184
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.62.Final"
185185
),
186186
mimaPreviousArtifacts := Set()
@@ -368,7 +368,7 @@ lazy val examples = project
368368
"is.cir" %% "ciris" % "3.5.0",
369369
"io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.33.0",
370370
"io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha",
371-
"io.grpc" % "grpc-okhttp" % "1.59.1" // required for the OpenTelemetry exporter
371+
"io.grpc" % "grpc-okhttp" % "1.60.0" // required for the OpenTelemetry exporter
372372
)
373373
)
374374

0 commit comments

Comments
 (0)