Skip to content

Commit

Permalink
Bump io.opentelemetry:opentelemetry-bom-alpha in /other-examples/java (
Browse files Browse the repository at this point in the history
…#478)

Bumps [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) from 1.31.0-alpha to 1.32.0-alpha.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jack-berg <[email protected]>
  • Loading branch information
dependabot[bot] and jack-berg authored Nov 22, 2023
1 parent 6777c9b commit d0af2ae
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 @@ -29,7 +29,7 @@ subprojects {
}

dependencies {
implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.31.0-alpha")
implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.32.0-alpha")
implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.32.0-alpha")
}
}
Expand Down

0 comments on commit d0af2ae

Please sign in to comment.