diff --git a/app/build.gradle b/app/build.gradle index 07afff3..b27d89d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ dependencies { // Use the awesome Spock testing and specification framework even with Java testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' - testImplementation("com.approvaltests:approvaltests:24.12.0") + testImplementation("com.approvaltests:approvaltests:24.13.0") testImplementation("com.google.code.gson:gson:2.11.0") }