Bump dependency com.ginsberg:junit5-system-exit to 1.1.2

This commit is contained in:
Paul Schaub 2022-02-21 15:19:14 +01:00
parent 4177780653
commit e6d6f0337f
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// https://todd.ginsberg.com/post/testing-system-exit/
testImplementation 'com.ginsberg:junit5-system-exit:1.1.1'
testImplementation 'com.ginsberg:junit5-system-exit:1.1.2'
testImplementation 'org.mockito:mockito-core:4.2.0'
implementation(project(":sop-java"))