Repository: qpid-jms Updated Branches: refs/heads/master 2d4f5902a -> 908c223a6
QPIDJMS-351 Update to Mockito 2.13.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/908c223a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/908c223a Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/908c223a Branch: refs/heads/master Commit: 908c223a696ad929e66eb2f863f535bc6234e84d Parents: 2d4f590 Author: Timothy Bish <[email protected]> Authored: Mon Dec 11 11:52:45 2017 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Dec 11 11:52:45 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/908c223a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a0df957..70e2a29 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,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.11.0</mockito-version> + <mockito-version>2.13.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]
