diff --git a/build.gradle b/build.gradle index 52d852e..3e2b129 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'io.cucumber:cucumber-java:7.16.1' testImplementation 'io.cucumber:cucumber-junit:7.16.1' testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2' - testImplementation 'com.approvaltests:approvaltests:23.0.1' + testImplementation 'com.approvaltests:approvaltests:23.1.0' } tasks.withType(JavaCompile) {