From ff7c648e40be95da0f8f6132b34bd6adf5109bfc Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 00:14:53 +0000 Subject: [PATCH] Update grpc-netty, grpc-okhttp to 1.55.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c18c0021..3376f0f9 100644 --- a/build.sbt +++ b/build.sbt @@ -179,7 +179,7 @@ lazy val lightstepGrpc = project description := "Lightstep gRPC bindings for Natchez.", libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.31.0", - "io.grpc" % "grpc-netty" % "1.54.1", + "io.grpc" % "grpc-netty" % "1.55.1", "io.netty" % "netty-tcnative-boringssl-static" % "2.0.60.Final" ), mimaPreviousArtifacts := Set() @@ -366,7 +366,7 @@ lazy val examples = project "eu.timepit" %% "refined" % "0.10.3", "is.cir" %% "ciris" % "3.1.0", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.25.0", - "io.grpc" % "grpc-okhttp" % "1.54.1" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.55.1" // required for the OpenTelemetry exporter ) )