From a66c115a80e058fd6a09f40a185e3b19cdb66d8f Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Sun, 5 Apr 2026 23:15:09 +0200 Subject: [PATCH] chore: removal of the obsolete mockito-inline:5.2.0 --- lib/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 9f37360..8e93f81 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -14,7 +14,6 @@ dependencies { implementation 'org.egothor:conflux' testImplementation "org.mockito:mockito-core:5.23.0" - testImplementation "org.mockito:mockito-inline:5.2.0" mockitoAgent("org.mockito:mockito-core:5.23.0") { transitive = false