Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-bom from 1.8.22 to 1.9.0 (#589)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  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 6, 2023
1 parent 2301052 commit 5aa3bea
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 @@ val otelInstrumentationAlphaVersion = "1.28.0-alpha-SNAPSHOT"

dependencies {
implementation(project(":opentelemetry-android-instrumentation"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.0"))
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core:1.10.1")
implementation("androidx.navigation:navigation-fragment:2.6.0")
Expand Down

0 comments on commit 5aa3bea

Please sign in to comment.