From fbb2727842a6abfcac54ff628d7284d30a3e5c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 06:05:04 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.9.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.8.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/mainSample/build.gradle | 2 +- android/sharedCode/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/mainSample/build.gradle b/android/mainSample/build.gradle index 545334101..78a9ab8a6 100644 --- a/android/mainSample/build.gradle +++ b/android/mainSample/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation project(':code-samples:ARRetail') implementation project(':code-samples:ARTesla') - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22" implementation "androidx.core:core-ktx:1.8.0" } diff --git a/android/sharedCode/build.gradle b/android/sharedCode/build.gradle index ba777dba8..87b61dcc8 100644 --- a/android/sharedCode/build.gradle +++ b/android/sharedCode/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.ar:core:1.41.0' implementation 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-7' implementation "androidx.core:core-ktx:1.8.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22" } // project.afterEvaluate {