Skip to content

Commit

Permalink
Bump otelInstrumentationAlphaVersion (#529)
Browse files Browse the repository at this point in the history
Bumps `otelInstrumentationAlphaVersion` from 1.25.0-alpha-SNAPSHOT to 1.26.0-alpha-SNAPSHOT.

Updates `io.opentelemetry.instrumentation:opentelemetry-okhttp-3.0` from 1.25.0-alpha-SNAPSHOT to 1.26.0-alpha-SNAPSHOT

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.25.0-alpha-SNAPSHOT to 1.26.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 Apr 18, 2023
1 parent a79caa0 commit b9c3adb
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 @@ -46,7 +46,7 @@ android {

val otelVersion = "1.25.0"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationAlphaVersion = "1.25.0-alpha-SNAPSHOT"
val otelInstrumentationAlphaVersion = "1.26.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 @@ -44,7 +44,7 @@ android {

val otelVersion = "1.25.0"
val otelAlphaVersion = "$otelVersion-alpha"
val otelInstrumentationAlphaVersion = "1.25.0-alpha-SNAPSHOT"
val otelInstrumentationAlphaVersion = "1.26.0-alpha-SNAPSHOT"

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.20"))
Expand Down

0 comments on commit b9c3adb

Please sign in to comment.