Skip to content

Commit

Permalink
Bump io.opentelemetry:opentelemetry-bom from 1.29.0 to 1.31.0 in /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.31.0.
- [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.31.0)

---
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 30, 2023
1 parent 58d5b4d commit 19b5e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val javaagentDependency by configurations.creating {
}

dependencies {
compileOnly(platform("io.opentelemetry:opentelemetry-bom:1.30.0"))
compileOnly(platform("io.opentelemetry:opentelemetry-bom:1.31.0"))
compileOnly(platform("io.opentelemetry:opentelemetry-bom-alpha:1.31.0-alpha"))
// Already included in wrapper so compileOnly
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
Expand Down

0 comments on commit 19b5e59

Please sign in to comment.