diff --git a/build.gradle b/build.gradle index e69868d..43d4494 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - testImplementation("com.approvaltests:approvaltests:22.4.0") + testImplementation("com.approvaltests:approvaltests:23.0.0") testRuntimeOnly("com.google.code.gson:gson:2.10.1") testImplementation(platform("org.junit:junit-bom:5.10.2"))