diff --git a/build.sbt b/build.sbt index 431675d1..49c89376 100644 --- a/build.sbt +++ b/build.sbt @@ -181,7 +181,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.64.0", + "io.grpc" % "grpc-netty" % "1.65.0", "io.netty" % "netty-tcnative-boringssl-static" % "2.0.65.Final" ), mimaPreviousArtifacts := Set() @@ -369,7 +369,7 @@ lazy val examples = project "is.cir" %% "ciris" % "3.6.0", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.39.0", "io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.22.0-alpha", - "io.grpc" % "grpc-okhttp" % "1.64.0" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.65.0" // required for the OpenTelemetry exporter ) )