use mockito-core.4.x for compatibility with Java 1.8

This commit is contained in:
Volker Berlin 2023-01-20 21:43:06 +01:00
parent 1d342d8d88
commit 0c9bdb0f47
No known key found for this signature in database
GPG Key ID: 988423EF815BE4CB

View File

@ -26,7 +26,7 @@ dependencies {
//testCompile 'de.inetsoftware:jwebassembly-api:+'
testImplementation 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
testImplementation 'junit:junit:+'
testImplementation 'org.mockito:mockito-core:+'
testImplementation 'org.mockito:mockito-core:4.+'
testImplementation 'org.apache.commons:commons-compress:1.2'
testImplementation 'com.google.code.gson:gson:+'
}