diff --git a/build.gradle b/build.gradle index 3696a1c..f84fc62 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.4' - testImplementation("com.approvaltests:approvaltests:24.15.0") + testImplementation("com.approvaltests:approvaltests:24.16.0") testImplementation("com.google.code.gson:gson:2.12.1") }