diff --git a/build.gradle b/build.gradle index 977f916..b0406dc 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ dependencies { testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.mockito:mockito-core:5.5.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' testImplementation 'com.google.jimfs:jimfs:1.3.0' testImplementation(platform('io.cucumber:cucumber-bom:7.14.1')) testImplementation 'io.cucumber:cucumber-java'