diff --git a/build.sbt b/build.sbt index e9039d3c..04292989 100644 --- a/build.sbt +++ b/build.sbt @@ -188,7 +188,7 @@ lazy val lightstepGrpc = project description := "Lightstep gRPC bindings for Natchez.", libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.32.0", - "io.grpc" % "grpc-netty" % "1.79.0", + "io.grpc" % "grpc-netty" % "1.80.0", "io.netty" % "netty-tcnative-boringssl-static" % "2.0.71.Final" ), mimaPreviousArtifacts := Set() @@ -375,7 +375,7 @@ lazy val examples = project "is.cir" %% "ciris" % "3.12.0", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.60.1", "io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.40.0", - "io.grpc" % "grpc-okhttp" % "1.79.0" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.80.0" // required for the OpenTelemetry exporter ) )