Bump mockito to 4.5.1

This commit is contained in:
Paul Schaub 2022-04-26 00:33:20 +02:00
parent 8753480e82
commit aa346459e2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 5 additions and 1 deletions

View file

@ -10,5 +10,6 @@ allprojects {
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
junitSysExitVersion = '1.1.2'
mockitoVersion = '4.5.1'
}
}