diff --git a/build.gradle b/build.gradle index 843e8c1..d5d6c6a 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.4.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' - testImplementation 'com.google.jimfs:jimfs:1.2' + testImplementation 'com.google.jimfs:jimfs:1.3.0' testImplementation(platform('io.cucumber:cucumber-bom:7.11.1')) testImplementation 'io.cucumber:cucumber-java' testImplementation 'io.cucumber:cucumber-spring'