Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 1.8.22…
Browse files Browse the repository at this point in the history
… to 1.9.0 in /WearOS (#1292)

chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 in /WearOS

Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk7](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-stdlib-jdk7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 9a0e72a commit e730649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WearOS/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
// [START_EXCLUDE]
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.core:core-ktx:1.9.0"
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0'
// [END_EXCLUDE]
compileOnly 'com.google.android.wearable:wearable:2.9.0'
implementation 'com.google.android.support:wearable:2.9.0'
Expand Down

0 comments on commit e730649

Please sign in to comment.