diff --git a/mutters-fasttext-intent/build.gradle b/mutters-fasttext-intent/build.gradle index 8073d6d..b13ce8c 100644 --- a/mutters-fasttext-intent/build.gradle +++ b/mutters-fasttext-intent/build.gradle @@ -22,7 +22,7 @@ dependencies { testCompile 'junit:junit:4.11' testCompile 'org.slf4j:slf4j-simple:1.7.21' testCompile 'org.hamcrest:hamcrest-all:1.3' - testCompile "org.mockito:mockito-core:2.+" + testCompile "org.mockito:mockito-core:2.8.47" testCompile project(':mutters-templated-intent') testCompile project(':mutters-fasttext-test-data') }