From c84a1d3a894b3c9c4d8a93b0a0a8966e37d3b596 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 11 Jan 2023 15:13:23 +0800 Subject: [PATCH] build(deps): bump springmockk to 4.0.0 --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")