mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Bump dependency org.mockito:mockito-core to 4.3.1
This commit is contained in:
parent
e6d6f0337f
commit
582570166c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ dependencies {
|
|||
|
||||
// https://todd.ginsberg.com/post/testing-system-exit/
|
||||
testImplementation 'com.ginsberg:junit5-system-exit:1.1.2'
|
||||
testImplementation 'org.mockito:mockito-core:4.2.0'
|
||||
testImplementation 'org.mockito:mockito-core:4.3.1'
|
||||
|
||||
implementation(project(":sop-java"))
|
||||
implementation "info.picocli:picocli:4.6.2"
|
||||
|
|
Loading…
Reference in a new issue