diff --git a/build.gradle b/build.gradle index bde8262..4d0760f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib" implementation 'org.junit.jupiter:junit-jupiter:5.11.0' - testImplementation("com.approvaltests:approvaltests:24.4.0") + testImplementation("com.approvaltests:approvaltests:24.5.0") testImplementation("com.google.code.gson:gson:2.11.0") }