Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-bom to v1.9.22 (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent c2b5740 commit a3d3208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk-otel-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
api(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion"))
implementation("io.opentelemetry.android:instrumentation:0.3.0-alpha")

implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.21"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core:1.12.0")
implementation("androidx.navigation:navigation-fragment:2.7.6")
Expand Down

0 comments on commit a3d3208

Please sign in to comment.