From 7aa60c83d566261e5ae8fcd019a8b6eeacd7b2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:19:10 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 1.8.10 to 1.8.20 in /WearOS (#1230) 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.10 to 1.8.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.10...v1.8.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/Wearable/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index dee33671..8382214d 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -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.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.20' // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.9.0' implementation 'com.google.android.support:wearable:2.9.0'