From a15fe4924a54c3d3afbf2b037eeae8305ca2379c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:09:22 +0000 Subject: [PATCH] Update netty-tcnative-boringssl-static to 2.0.59.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7b459410..aafc62ef 100644 --- a/build.sbt +++ b/build.sbt @@ -180,7 +180,7 @@ lazy val lightstepGrpc = project libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.30.3", "io.grpc" % "grpc-netty" % "1.52.1", - "io.netty" % "netty-tcnative-boringssl-static" % "2.0.57.Final" + "io.netty" % "netty-tcnative-boringssl-static" % "2.0.59.Final" ), mimaPreviousArtifacts := Set() )