Skip to content

Commit

Permalink
Bump otelInstrumentationAlphaVersion (#592)
Browse files Browse the repository at this point in the history
Bumps `otelInstrumentationAlphaVersion` from 1.28.0-alpha-SNAPSHOT to 1.29.0-alpha-SNAPSHOT.

Updates `io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0` from 1.28.0-alpha-SNAPSHOT to 1.29.0-alpha-SNAPSHOT

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.28.0-alpha-SNAPSHOT to 1.29.0-alpha-SNAPSHOT

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  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 Jul 13, 2023
1 parent b6e08cc commit c10003f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -45,7 +45,7 @@ android {

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

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
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 @@ -43,7 +43,7 @@ android {

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

dependencies {
implementation(project(":opentelemetry-android-instrumentation"))
Expand Down

0 comments on commit c10003f

Please sign in to comment.