diff --git a/build.sbt b/build.sbt index a899859..0cda077 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ val Library = new { val brave = Seq( "io.zipkin.brave" % "brave" % "5.18.1", "io.zipkin.brave" % "brave-instrumentation-http" % "5.18.1", - "io.zipkin.reporter2" % "zipkin-sender-okhttp3" % "3.3.0" + "io.zipkin.reporter2" % "zipkin-sender-okhttp3" % "3.4.0" ) }