Upgrade some test dependencies.

This commit is contained in:
akwizgran
2021-04-30 14:55:08 +01:00
parent 77ed15311c
commit 0134f5da14
12 changed files with 29 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ dependencies {
implementation "com.google.dagger:dagger:2.24"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.1'
testImplementation "org.jmock:jmock:2.8.2"
testImplementation "org.jmock:jmock-junit4:2.8.2"
testImplementation "org.jmock:jmock-legacy:2.8.2"