Upgrade to moskito 2.1.0

master
kaklakariada 2016-10-08 10:27:47 +02:00
parent cd57fc85d7
commit 9cf661769f
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jar {
dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'org.mockito:mockito-core:2.1.0'
compile 'args4j:args4j:2.32'
compile 'org.slf4j:slf4j-api:1.7.13'

View File

@ -19,7 +19,7 @@ package org.chris.portmapper.router.sbbi;
import static java.util.Arrays.*;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mockito.ArgumentMatchers.*;
import java.io.IOException;
import java.util.HashSet;