Skip to content

Commit

Permalink
Bump io.opentelemetry:opentelemetry-bom from 1.28.0 to 1.29.0 (#609)
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.28.0 to 1.29.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.28.0...v1.29.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent e61a758 commit badc5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-android-instrumentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}
}

val otelVersion = "1.28.0"
val otelVersion = "1.29.0"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationVersion = "1.28.0"

Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android-volley/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}
}

val otelVersion = "1.28.0"
val otelVersion = "1.29.0"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationAlphaVersion = "1.29.0-alpha-SNAPSHOT"

Expand Down
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}
}

val otelVersion = "1.28.0"
val otelVersion = "1.29.0"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationAlphaVersion = "1.29.0-alpha-SNAPSHOT"

Expand Down

0 comments on commit badc5bd

Please sign in to comment.