diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index ba5ef05..058eb85 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -70,7 +70,7 @@ dependencies { // Unit testing testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.23.0' - testImplementation 'org.json:json:20260522' + testImplementation 'org.json:json:20260719' // Instrumented testing androidTestImplementation 'androidx.test.ext:junit:1.3.0'