Repository: qpid-jms Updated Branches: refs/heads/master dc6de5684 -> f4fcfab89
QPIDJMS-329 Update to Mockito 2.10.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f4fcfab8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/f4fcfab8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/f4fcfab8 Branch: refs/heads/master Commit: f4fcfab8968ec2baea7d846da527bd515e734e3f Parents: dc6de56 Author: Timothy Bish <[email protected]> Authored: Wed Sep 27 13:07:12 2017 -0400 Committer: Timothy Bish <[email protected]> Committed: Wed Sep 27 13:07:26 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/f4fcfab8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 279b8f1..3c2c84e 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <junit-version>4.12</junit-version> <fuse-joram-tests-version>1.0</fuse-joram-tests-version> <jetty-version>9.4.6.v20170531</jetty-version> - <mockito-version>2.8.47</mockito-version> + <mockito-version>2.10.0</mockito-version> <hamcrest-version>1.3</hamcrest-version> <hadoop-minikdc-version>2.8.1</hadoop-minikdc-version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
