diff --git a/build.gradle b/build.gradle index 039aaea..3bafcc1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - testImplementation("com.approvaltests:approvaltests:26.7.1") + testImplementation("com.approvaltests:approvaltests:27.0.0") testRuntimeOnly("com.google.code.gson:gson:2.13.2") testImplementation(platform("org.junit:junit-bom:6.0.2"))