Skip to content

Commit

Permalink
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-a…
Browse files Browse the repository at this point in the history
…pi (#498)

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-api](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-api
  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 Mar 16, 2023
1 parent 5e7771c commit 145152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {

val otelVersion = "1.23.1"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationVersion = "1.23.0"
val otelInstrumentationVersion = "1.24.0"
val otelInstrumentationAlphaVersion = "$otelInstrumentationVersion-alpha"

dependencies {
Expand Down

0 comments on commit 145152a

Please sign in to comment.