Skip to content

Commit

Permalink
update upstream dependency versions (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Apr 11, 2024
1 parent f7ecdbc commit 7b74056
Show file tree
Hide file tree
Showing 2 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 @@ -52,7 +52,7 @@ android {
}
}

val otelVersion = "1.32.1"
val otelVersion = "1.33.1"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.23.1-alpha"

Expand Down
4 changes: 2 additions & 2 deletions splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}
}

val otelVersion = "1.32.1"
val otelSdkVersion = "1.35.0"
val otelVersion = "1.33.1"
val otelSdkVersion = "1.36.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.23.1-alpha"

Expand Down

0 comments on commit 7b74056

Please sign in to comment.