diff --git a/android/daemon/build.gradle b/android/daemon/build.gradle index 9f658a8b6e..578566c086 100644 --- a/android/daemon/build.gradle +++ b/android/daemon/build.gradle @@ -113,7 +113,7 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' testImplementation project(path: ':daemon') - testImplementation 'org.json:json:20140107' + testImplementation 'org.json:json:20240303' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'