diff --git a/build.gradle b/build.gradle index 23fa9b577c2..401868168ee 100644 --- a/build.gradle +++ b/build.gradle @@ -125,8 +125,8 @@ dependencies { compile 'de.undercouch:citeproc-java:1.0.1' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.2.21' - testCompile 'com.github.tomakehurst:wiremock:2.3.1' + testCompile 'org.mockito:mockito-core:2.2.26' + testCompile 'com.github.tomakehurst:wiremock:2.4.1' testCompile 'org.assertj:assertj-swing-junit:3.4.0' }