diff --git a/build.gradle b/build.gradle index 6fb847c..d88e76d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-java:7.20.1' testImplementation 'io.cucumber:cucumber-junit:7.20.1' testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2' - testImplementation 'com.approvaltests:approvaltests:24.8.0' + testImplementation 'com.approvaltests:approvaltests:24.9.0' } tasks.withType(JavaCompile) {