diff --git a/other-examples/java/build.gradle b/other-examples/java/build.gradle index cc17da8c..ab79844c 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:1.30.1") - implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.30.1-alpha") + implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.31.0-alpha") implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.30.0-alpha") } }