From 76793966f882b201327dc9af141becd9bf83cd16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:31:15 -0500 Subject: [PATCH] Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha (#649) Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.5.0-alpha to 2.6.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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 16301d92..f5010dfa 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.40.0-alpha") - implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.5.0-alpha") + implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.6.0-alpha") } } } \ No newline at end of file