1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

bump junit to version 4.13

This commit is contained in:
Christian Schabesberger 2020-09-16 16:47:51 +02:00
parent 4a2d73cb16
commit baf7327782

View File

@ -16,7 +16,7 @@ dependencies {
}
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13"
}
allOpen {