Skip to content

Commit f849a5c

Browse files
authored
Merge pull request #667 from wdullaer/dependabot/gradle/com.pholser-junit-quickcheck-core-0.9.2
Bump junit-quickcheck-core from 0.9.1 to 0.9.2
2 parents 9640227 + 65ce087 commit f849a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'androidx.recyclerview:recyclerview:1.1.0'
3535

3636
testImplementation 'junit:junit:4.13'
37-
testImplementation 'com.pholser:junit-quickcheck-core:0.9.1'
37+
testImplementation 'com.pholser:junit-quickcheck-core:0.9.2'
3838
testImplementation 'com.pholser:junit-quickcheck-generators:0.9.1'
3939

4040
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

0 commit comments

Comments
 (0)