diff --git a/build.gradle b/build.gradle index df854f3..5a2a020 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.10.0') testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params' - testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.1' + testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.2' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'