Skip to content

Commit f8fb1d6

Browse files
committed
update test dependencies
* org.mockito:mockito-core :: 1.9.5 -> 2.4.2 * org.testng:testng :: 6.8.7 -> 6.10
1 parent c2379dc commit f8fb1d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ dependencies {
6969
compile(group: "com.googlecode.libphonenumber", name: "libphonenumber", version: "8.0.0");
7070
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.1");
7171
compile(group: "net.sf.jopt-simple", name: "jopt-simple", version: "5.0.3");
72-
testCompile(group: "org.testng", name: "testng", version: "6.8.7") {
72+
testCompile(group: "org.testng", name: "testng", version: "6.10") {
7373
exclude(group: "junit", module: "junit");
7474
exclude(group: "org.beanshell", module: "bsh");
7575
exclude(group: "org.yaml", module: "snakeyaml");
7676
};
77-
testCompile(group: "org.mockito", name: "mockito-core", version: "1.9.5");
77+
testCompile(group: "org.mockito", name: "mockito-core", version: "2.4.2");
7878
testCompile(group: "org.easytesting", name: "fest-assert", version: "1.4");
7979
}
8080

0 commit comments

Comments
 (0)