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" }