From 4e3c1b78aaae479de3eccd28aef0dbc5ce6b9206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 17:13:09 +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.24 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-major ... 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 99f4a4c26..5b51b024d 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.24' + testImplementation 'org.jetbrains.kotlin:kotlin-test:2.0.0' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1' testImplementation 'org.robolectric:robolectric:4.12.2' implementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'