diff --git a/content/en/docs/instrumentation/java/automatic/annotations.md b/content/en/docs/instrumentation/java/automatic/annotations.md index 980e52993b05..0fba2b1322bc 100644 --- a/content/en/docs/instrumentation/java/automatic/annotations.md +++ b/content/en/docs/instrumentation/java/automatic/annotations.md @@ -22,7 +22,7 @@ library to use the `@WithSpan` annotation. io.opentelemetry.instrumentation opentelemetry-instrumentation-annotations - 1.17.0 + 1.17.0-alpha ``` @@ -31,7 +31,7 @@ library to use the `@WithSpan` annotation. ```groovy dependencies { - implementation('io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.17.0') + implementation('io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.17.0-alpha') } ```