⬆️ Upgrade Mockito to latest version
[rhynodge.git] / build.gradle
index 69fff10..20219b8 100644 (file)
@@ -56,7 +56,7 @@ dependencies {
 
     testImplementation group: "junit", name: "junit", version: "4.13.2"
     testImplementation group: "org.hamcrest", name: "hamcrest-library", version: "1.3"
-    testImplementation group: "org.mockito", name: "mockito-core", version: "1.9.5"
+    testImplementation group: "org.mockito", name: "mockito-core", version: "5.11.0"
 }
 
 task fatJar(type: Jar) {