diff --git a/library/build.gradle b/library/build.gradle index e3932f68..8ccb6b4f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.1.0' testImplementation 'junit:junit:4.13' - testImplementation 'com.pholser:junit-quickcheck-core:0.9.2' + testImplementation 'com.pholser:junit-quickcheck-core:0.9.5' testImplementation 'com.pholser:junit-quickcheck-generators:0.9.1' androidTestImplementation 'androidx.test.ext:junit:1.1.1'