mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-21 14:52:12 +01:00
Bump mockito to 4.5.1
This commit is contained in:
parent
3b9bf52c62
commit
f2833a5a40
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ allprojects {
|
|||
jsrVersion = '3.0.2'
|
||||
slf4jVersion = '1.7.36'
|
||||
logbackVersion = '1.2.11'
|
||||
mockitoVersion = '4.5.1'
|
||||
pgpainlessVersion = '1.2.0'
|
||||
certStoreVersion = '0.1.0'
|
||||
zbase32Version = '1.0.0'
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue