We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca60d2 commit 15e3fdcCopy full SHA for 15e3fdc
project.gradle
@@ -38,7 +38,7 @@ dependencies {
38
exclude(group: "org.beanshell", module: "bsh");
39
exclude(group: "org.yaml", module: "snakeyaml");
40
};
41
- testImplementation(group: "org.mockito", name: "mockito-core", version: "1.9.5");
+ testImplementation(group: "org.mockito", name: "mockito-core", version: "2.28.2");
42
}
43
44
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");
0 commit comments