Skip to content

Commit

Permalink
Update dependency io.opentelemetry:opentelemetry-bom to v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 571c5fe commit 5c6b300
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.32.1"
val otelSdkVersion = "1.35.0"
val otelSdkVersion = "1.37.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.23.1-alpha"

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.32.1"
val otelSdkVersion = "1.35.0"
val otelSdkVersion = "1.37.0"
val otelAlphaVersion = otelVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
val otelSemconvVersion = "1.23.1-alpha"

Expand Down

0 comments on commit 5c6b300

Please sign in to comment.