From 9d990d46b50fa3bcf254c7781b1136d9a366d7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:09:40 +0000 Subject: [PATCH] chore(deps): bump kotlin-stdlib-jdk7 from 1.7.21 to 1.7.22 in /WearOS (#1115) Bumps [kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.21...v1.7.22) --- 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] 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 c83cc0d8..eca2b321 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -43,7 +43,7 @@ dependencies { // [START_EXCLUDE] implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.core:core-ktx:1.7.0" - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22' // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.9.0' implementation 'com.google.android.support:wearable:2.9.0'