From 53416a19bb9201d22c4780dbbac689bb0c479fbb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Jan 2017 16:59:24 +0100 Subject: [PATCH] Upgrade test dependencies. Mockito 2.1.0-RC.1 -> 2.6.2 AssertJ 3.5.2 -> 3.6.1 Fixes gh-44. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 04e316ad..cf6c0a78 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ org.mockito mockito-core - 2.1.0-RC.1 + 2.6.2 test @@ -130,7 +130,7 @@ org.assertj assertj-core - 3.5.2 + 3.6.1 test