diff --git a/mobile/build.gradle b/mobile/build.gradle index a5b536c07d..774ae13107 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -177,7 +177,7 @@ dependencies { testImplementation "org.mockito:mockito-core:3.8.0" testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "junit:junit:4.13.2" - testImplementation "org.json:json:20201115" + testImplementation "org.json:json:20210307" testImplementation "org.reflections:reflections:0.9.12" testImplementation "com.squareup.okhttp3:mockwebserver:$ok_http_version" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version"