Skip to content

Commit

Permalink
Merge pull request #697 from scala-steward/update/grpc-netty-1.52.0
Browse files Browse the repository at this point in the history
Update grpc-netty, grpc-okhttp to 1.52.0
  • Loading branch information
mpilquist committed Jan 16, 2023
2 parents d605b70 + 5f083f4 commit 67b0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.1",
"io.grpc" % "grpc-netty" % "1.52.0",
"io.netty" % "netty-tcnative-boringssl-static" % "2.0.56.Final"
),
mimaPreviousArtifacts := Set()
Expand Down Expand Up @@ -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.51.1" // required for the OpenTelemetry exporter
"io.grpc" % "grpc-okhttp" % "1.52.0" // required for the OpenTelemetry exporter
)
)

Expand Down

0 comments on commit 67b0f29

Please sign in to comment.