From 7ff8c7f85fb4b0c46900098368f32b56cb453ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:46:47 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib in /android Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.20. - [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.9.10...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/fakedapp/build.gradle | 2 +- android/fakewallet/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/fakedapp/build.gradle b/android/fakedapp/build.gradle index 21f85e4b7..3166725f1 100644 --- a/android/fakedapp/build.gradle +++ b/android/fakedapp/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' // Testing-only dependencies - androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10" + androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.20" androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/android/fakewallet/build.gradle b/android/fakewallet/build.gradle index cbf13ebba..173ada202 100644 --- a/android/fakewallet/build.gradle +++ b/android/fakewallet/build.gradle @@ -90,7 +90,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2' - androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.10' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'