From 8ae3425a9ef4f779f3278373b5513748804a7d31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:24:30 +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.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.9.21...v1.9.22) --- 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 87bce46da..9c96ed5a8 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.21" + androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.22" 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 5df340a30..b0d0ed1c6 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.21' + androidTestImplementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22' androidTestImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5'