From 7d155c0f800c1a6ca78704ec5f2f9328516f1450 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:09:22 +0000 Subject: [PATCH] Update grpc-netty, grpc-okhttp to 1.65.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 49c89376..5c0a7b63 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.65.0", + "io.grpc" % "grpc-netty" % "1.65.1", "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.65.0" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.65.1" // required for the OpenTelemetry exporter ) )