From 0f5386ba6d444ff1d833007fa25ba7b9e2dd7960 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:31:10 +0000 Subject: [PATCH] Update grpc-netty, grpc-okhttp to 1.81.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8808e0eb..fcffba46 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.80.0", + "io.grpc" % "grpc-netty" % "1.81.0", "io.netty" % "netty-tcnative-boringssl-static" % "2.0.77.Final" ), mimaPreviousArtifacts := Set() @@ -375,7 +375,7 @@ lazy val examples = project "is.cir" %% "ciris" % "3.14.1", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.61.0", "io.opentelemetry.semconv" % "opentelemetry-semconv" % "1.40.0", - "io.grpc" % "grpc-okhttp" % "1.80.0" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.81.0" // required for the OpenTelemetry exporter ) )