Skip to content

Commit

Permalink
Bump otelVersion from 1.19.0 to 1.20.0 (#411)
Browse files Browse the repository at this point in the history
Bumps `otelVersion` from 1.19.0 to 1.20.0.

Updates `opentelemetry-bom` from 1.19.0 to 1.20.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.19.0...v1.20.0)

Updates `opentelemetry-instrumentation-api` from 1.19.0 to 1.20.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.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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]>

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 Nov 17, 2022
1 parent 2f74525 commit a89c0e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}
}

val otelVersion = "1.19.0"
val otelVersion = "1.20.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
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 @@ -42,7 +42,7 @@ android {
}
}

val otelVersion = "1.19.0"
val otelVersion = "1.20.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
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 @@ -40,7 +40,7 @@ android {
}
}

val otelVersion = "1.19.0"
val otelVersion = "1.20.0"
val otelAlphaVersion = "$otelVersion-alpha"

dependencies {
Expand Down

0 comments on commit a89c0e0

Please sign in to comment.