diff --git a/build.sbt b/build.sbt index 8b1c47ca..36466e17 100644 --- a/build.sbt +++ b/build.sbt @@ -172,7 +172,7 @@ lazy val lightstepGrpc = project description := "Lightstep gRPC bindings for Natchez.", libraryDependencies ++= Seq( "com.lightstep.tracer" % "tracer-grpc" % "0.30.3", - "io.grpc" % "grpc-netty" % "1.52.0", + "io.grpc" % "grpc-netty" % "1.52.1", "io.netty" % "netty-tcnative-boringssl-static" % "2.0.56.Final" ), mimaPreviousArtifacts := Set() @@ -349,7 +349,7 @@ lazy val examples = project "eu.timepit" %% "refined" % "0.10.1", "is.cir" %% "ciris" % "3.0.0", "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.22.0", - "io.grpc" % "grpc-okhttp" % "1.52.0" // required for the OpenTelemetry exporter + "io.grpc" % "grpc-okhttp" % "1.52.1" // required for the OpenTelemetry exporter ) )