diff --git a/build.gradle b/build.gradle index e5bcfbb1..8b9cd102 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ dependencies { because "allows tests to run from IDEs that bundle older version of launcher" } - testImplementation("com.approvaltests:approvaltests:25.8.0") + testImplementation("com.approvaltests:approvaltests:25.10.0") def mockitoVersion = "5.20.0" testImplementation("org.mockito:mockito-core:${mockitoVersion}")