Skip to content

Commit 15e3fdc

Browse files
committed
Update Mockito to 2.28.2.
1 parent 4ca60d2 commit 15e3fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
exclude(group: "org.beanshell", module: "bsh");
3939
exclude(group: "org.yaml", module: "snakeyaml");
4040
};
41-
testImplementation(group: "org.mockito", name: "mockito-core", version: "1.9.5");
41+
testImplementation(group: "org.mockito", name: "mockito-core", version: "2.28.2");
4242
}
4343

4444
javadoc.options.links("http://docs.oracle.com/javase/6/docs/api/");

0 commit comments

Comments
 (0)