diff --git a/examples/src/main/scala/PekkoHttpExample.scala b/examples/src/main/scala/PekkoHttpExample.scala index 2075ebb22..2d8497194 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.3", * "org.apache.pekko" %% "pekko-http" % "1.1.0", - * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.11.0", + * "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-annotations" % "2.12.0", * "io.opentelemetry" % "opentelemetry-exporter-otlp" % "1.46.0" % Runtime, * "io.opentelemetry" % "opentelemetry-sdk-extension-autoconfigure" % "1.46.0" % Runtime * )