build: updated mockito dependency to the proper one

This commit is contained in:
Yannik Bretschneider 2021-06-05 23:10:05 +02:00
parent 9fcb1aa009
commit ae546372db
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.0-M1"
testImplementation "org.mockito:mockito-all:2.0.2-beta"
testImplementation "org.mockito:mockito-core:3.+"
testImplementation "org.assertj:assertj-core:3.19.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.0-M1"
}