diff --git a/build.sbt b/build.sbt index 301ecb63..327605e1 100644 --- a/build.sbt +++ b/build.sbt @@ -190,7 +190,7 @@ lazy val lightstepGrpc = project libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.32.0", "io.grpc" % "grpc-netty" % "1.69.1", - "io.netty" % "netty-tcnative-boringssl-static" % "2.0.67.Final" + "io.netty" % "netty-tcnative-boringssl-static" % "2.0.69.Final" ), mimaPreviousArtifacts := Set() )