Skip to content

Commit d54a1ee

Browse files
committed
Update Mockito to 2.28.2.
Fixes #13.
1 parent a1cf890 commit d54a1ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

project.gradle

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

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

src/test/java/com/github/fge/msgsimple/provider/LoadingMessageSourceProviderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import java.util.concurrent.Future;
3838
import java.util.concurrent.TimeUnit;
3939

40+
import static org.mockito.ArgumentMatchers.any;
4041
import static org.mockito.Mockito.*;
4142
import static org.testng.Assert.*;
4243

0 commit comments

Comments
 (0)