diff --git a/build.gradle b/build.gradle index a529b1f..c4892be 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.10.2' - testImplementation("com.approvaltests:approvaltests:23.0.1") + testImplementation("com.approvaltests:approvaltests:23.1.0") testImplementation("com.google.code.gson:gson:2.10.1") }