From a3bc6dbe6ecc5feb95db2b119e0a4dd4f71a7941 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 05:29:31 +0000 Subject: [PATCH] Update netty-tcnative-boringssl-static to 2.0.80.Final --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a1c1d5ce..fea29fc7 100644 --- a/build.sbt +++ b/build.sbt @@ -189,7 +189,7 @@ lazy val lightstepGrpc = project libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.32.0", "io.grpc" % "grpc-netty" % "1.82.2", - "io.netty" % "netty-tcnative-boringssl-static" % "2.0.77.Final" + "io.netty" % "netty-tcnative-boringssl-static" % "2.0.80.Final" ), mimaPreviousArtifacts := Set() )