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