aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-15 19:34:00 +0300
committerGravatar Vitaly Takmazov2017-01-15 19:34:00 +0300
commitfa85c4750e5bdb532723e52ae5d775af67028e73 (patch)
tree54d049b734b6e2ea4eb8399a6aebdb034f3d75ff /build.gradle
parent053b61f24f52a6e48a5bf51fdbe7eae64c42d001 (diff)
update and fix test dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1fd4d036..d3e3af0c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ dependencies {
testCompile "org.slf4j:slf4j-api:${slf4jVersion}"
testCompile "junit:junit:${junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}"
- testCompile "org.mockito:mockito-core:1.+"
+ testCompile "org.mockito:mockito-core:2.6.2"
testRuntime "mysql:mysql-connector-java:5.1.40"
}