Skip to content

Commit

Permalink
Bump io.opentelemetry:opentelemetry-bom-alpha
Browse files Browse the repository at this point in the history
Bumps [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) from 1.30.1-alpha to 1.31.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]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 6d72504 commit 3d1b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started-guides/java/instrumented/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

// OpenTelemetry core
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 'io.opentelemetry:opentelemetry-api'
implementation 'io.opentelemetry:opentelemetry-sdk'
implementation 'io.opentelemetry:opentelemetry-exporter-otlp'
Expand Down

0 comments on commit 3d1b6c3

Please sign in to comment.