diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index d4e70dcf8..ba127d051 100644 --- a/examples/src/main/scala/PekkoHttpExample.scala +++ b/examples/src/main/scala/PekkoHttpExample.scala @@ -59,7 +59,7 @@ import scala.concurrent.duration._ * "org.typelevel" %% "otel4s-oteljava" % "0.5.0", * "org.apache.pekko" %% "pekko-stream" % "1.1.2", * "org.apache.pekko" %% "pekko-http" % "1.1.0", - * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.10.0", + * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0", * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.45.0" % Runtime, * "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.45.0" % Runtime * )