diff --git a/build.gradle b/build.gradle index ef80a6a..8b90abd 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-java:7.14.0' testImplementation 'io.cucumber:cucumber-junit:7.14.0' testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0' - testImplementation 'com.approvaltests:approvaltests:22.1.0' + testImplementation 'com.approvaltests:approvaltests:22.2.0' } tasks.withType(JavaCompile) {