diff --git a/lib/build.gradle b/lib/build.gradle index 3c738dd..ce0b0ac 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -43,7 +43,7 @@ dependencies { androidTestImplementation("androidx.test:runner:1.3.0") androidTestImplementation("androidx.test:rules:1.3.0") androidTestImplementation("com.willowtreeapps.assertk:assertk-jvm:$assertk_version") - androidTestImplementation("org.json:json:20201115") + androidTestImplementation("org.json:json:20210307") } afterEvaluate {