From f422d9ad104bc2201080b0e84fd5141dc9d9d0d0 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:14:02 +0000 Subject: [PATCH] fix(deps): update kotlinx-coroutines monorepo to v1.10.1 --- descopesdk/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/descopesdk/build.gradle b/descopesdk/build.gradle index 3f401c53..2b57a40a 100644 --- a/descopesdk/build.gradle +++ b/descopesdk/build.gradle @@ -40,7 +40,7 @@ android { } dependencies { - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1" implementation "androidx.lifecycle:lifecycle-common:2.8.4" implementation "androidx.lifecycle:lifecycle-process:2.8.4" implementation "androidx.browser:browser:1.8.0" @@ -49,7 +49,7 @@ dependencies { implementation "androidx.credentials:credentials-play-services-auth:1.2.2" implementation "com.google.android.libraries.identity.googleid:googleid:1.1.1" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1" testImplementation "junit:junit:4.13.2" testImplementation "org.json:json:20240303" }