File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ lazy val lightstepGrpc = project
180
180
description := " Lightstep gRPC bindings for Natchez." ,
181
181
libraryDependencies ++= Seq (
182
182
" com.lightstep.tracer" % " tracer-grpc" % " 0.32.0" ,
183
- " io.grpc" % " grpc-netty" % " 1.59.1 " ,
183
+ " io.grpc" % " grpc-netty" % " 1.60.0 " ,
184
184
" io.netty" % " netty-tcnative-boringssl-static" % " 2.0.62.Final"
185
185
),
186
186
mimaPreviousArtifacts := Set ()
@@ -368,7 +368,7 @@ lazy val examples = project
368
368
" is.cir" %% " ciris" % " 3.5.0" ,
369
369
" io.opentelemetry" % " opentelemetry-exporter-otlp" % " 1.33.0" ,
370
370
" 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
372
372
)
373
373
)
374
374
You can’t perform that action at this time.
0 commit comments