diff --git a/other-examples/java/build.gradle b/other-examples/java/build.gradle index 36a787f2..9a6c39e7 100644 --- a/other-examples/java/build.gradle +++ b/other-examples/java/build.gradle @@ -30,7 +30,7 @@ subprojects { dependencies { implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.34.1-alpha") - implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.32.0-alpha") + implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.0.0-alpha") } } } \ No newline at end of file