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) {
package net.pterodactylus.rhynodge.actions;
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.doThrow;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.times;