Skip to content

Commit

Permalink
SAMZA-1149; upgrade mockito from 1.8.4 to 1.10.19
Browse files Browse the repository at this point in the history
More details: https://issues.apache.org/jira/browse/SAMZA-1149
Test: gradlew clean check successfully. All unit tests passed.

Author: Fred Ji <fji@linkedin.com>

Reviewers: Jagadish <jagadish@apache.org>, Navina Ramesh <navina@apache.org>

Closes apache#89 from fredji97/mockitoUpgrade
  • Loading branch information
Fred Ji authored and jagadish-northguard committed Mar 22, 2017
1 parent e2c35c0 commit 1c27ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
joptSimpleVersion = "3.2"
jacksonVersion = "1.9.13"
junitVersion = "4.8.1"
mockitoVersion = "1.8.4"
mockitoVersion = "1.10.19"
scalaTestVersion = "2.2.4"
zkClientVersion = "0.8"
zookeeperVersion = "3.4.6"
Expand Down

0 comments on commit 1c27ba8

Please sign in to comment.