Bump mockito to 4.5.1

This commit is contained in:
Paul Schaub 2022-04-26 01:16:17 +02:00
parent 3b9bf52c62
commit f2833a5a40
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ dependencies {
// https://todd.ginsberg.com/post/testing-system-exit/
testImplementation "com.ginsberg:junit5-system-exit:$junitSysExitVersion"
testImplementation 'org.mockito:mockito-core:4.3.1'
testImplementation "org.mockito:mockito-core:$mockitoVersion"
implementation("org.pgpainless:pgpainless-cert-d:0.1.1")
implementation project(':wkd-java')