diff --git a/build.gradle b/build.gradle index f711c50..4a89486 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.commonmark:commonmark:0.22.0' implementation 'org.commonmark:commonmark-ext-gfm-tables:0.22.0' testImplementation 'org.mockito:mockito-core:5.11.0' - testImplementation 'com.ginsberg:junit5-system-exit:1.1.2' + testImplementation 'com.ginsberg:junit5-system-exit:2.0.2' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34' testCompileOnly 'org.projectlombok:lombok:1.18.34'