diff --git a/library/build.gradle b/library/build.gradle index e3932f68..c552a7b0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.2' testImplementation 'com.pholser:junit-quickcheck-core:0.9.2' testImplementation 'com.pholser:junit-quickcheck-generators:0.9.1'