From e5281e0b07e57323ab49031fa80e9a63bc8a9733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 00:46:37 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-test in /android Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.9.20 to 1.9.21. - [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.20...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/clientlib-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/clientlib-ktx/build.gradle b/android/clientlib-ktx/build.gradle index c6ccaf814..2c4e6e627 100644 --- a/android/clientlib-ktx/build.gradle +++ b/android/clientlib-ktx/build.gradle @@ -126,7 +126,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.test:rules:1.5.0' - testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.20' + testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.21' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' testImplementation 'org.robolectric:robolectric:4.11.1' implementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'