diff --git a/app/build.gradle b/app/build.gradle index 65f39296d..370db08d8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation "androidx.preference:preference:1.1.1" - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.2' implementation 'com.github.parse-community:ParseLiveQuery-Android:1.2.2' implementation 'com.github.parse-community.Parse-SDK-Android:parse:1.26.0' implementation 'com.google.code.gson:gson:2.8.6'