diff --git a/build.gradle b/build.gradle index 204b02f..318c4e3 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - testImplementation("com.approvaltests:approvaltests:24.1.0") + testImplementation("com.approvaltests:approvaltests:24.2.0") testRuntimeOnly("com.google.code.gson:gson:2.11.0") testImplementation(platform("org.junit:junit-bom:5.10.2"))