File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments