diff --git a/build.gradle b/build.gradle index 9fde2d7..1d31380 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.1' - testImplementation 'com.approvaltests:approvaltests:22.2.1' + testImplementation 'com.approvaltests:approvaltests:22.3.1' } tasks.withType(JavaCompile) {