Skip to content

Commit

Permalink
Bump io.opentelemetry:opentelemetry-bom in /other-examples/java
Browse files Browse the repository at this point in the history
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.29.0 to 1.30.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.29.0...v1.30.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent d0bd4a2 commit 7a9c02c
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:1.29.0")
implementation platform("io.opentelemetry:opentelemetry-bom:1.30.1")
implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.30.1-alpha")
implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.30.0-alpha")
}
Expand Down

0 comments on commit 7a9c02c

Please sign in to comment.