From c08b2192fb11a378cc5c4b62342f1a91c011280e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:56:50 +0000 Subject: [PATCH] Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.32.0-alpha to 2.0.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- other-examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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