Skip to content

Commit

Permalink
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-b…
Browse files Browse the repository at this point in the history
…om-alpha

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.7.0-alpha to 2.9.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 792e925 commit 8fe3ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.diffplug.spotless' apply false
}

def otelInstrumentationVersion = "2.7.0-alpha";
def otelInstrumentationVersion = "2.9.0-alpha";

subprojects {
pluginManager.withPlugin('java') {
Expand Down

0 comments on commit 8fe3ff5

Please sign in to comment.