diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 77b2d013..9a82141d 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { exclude(module = "mockito-core") } testImplementation("org.springframework.security:spring-security-test") - testImplementation("com.ninja-squad:springmockk:3.1.1") + testImplementation("com.ninja-squad:springmockk:4.0.0") testImplementation("io.mockk:mockk:1.13.4") testImplementation("com.google.jimfs:jimfs:1.2")