diff --git a/build.gradle b/build.gradle index 1099313..3d68d5e 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.10.1') 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.5' + testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.6' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'