diff --git a/android/walletlib/build.gradle b/android/walletlib/build.gradle index 1b2986489..dc0d5257a 100644 --- a/android/walletlib/build.gradle +++ b/android/walletlib/build.gradle @@ -115,7 +115,7 @@ dependencies { testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'org.robolectric:robolectric:4.10.3' - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' compileOnly 'androidx.annotation:annotation:1.5.0' implementation 'org.java-websocket:Java-WebSocket:1.5.4'