Skip to content

Commit

Permalink
Update Mockito to 2.28.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Sep 5, 2019
1 parent 4ca60d2 commit 15e3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
exclude(group: "org.beanshell", module: "bsh");
exclude(group: "org.yaml", module: "snakeyaml");
};
testImplementation(group: "org.mockito", name: "mockito-core", version: "1.9.5");
testImplementation(group: "org.mockito", name: "mockito-core", version: "2.28.2");
}

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

0 comments on commit 15e3fdc

Please sign in to comment.