From 5f419e3f9b638c8e1b3322c2f266220c53c14fff Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 20 Feb 2018 19:25:44 +0100 Subject: [PATCH] Updated test dependencies * JUnit 5.1.0 * Mockito 2.15.0 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 07a17dd..315e30c 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.junit.platform junit-platform-surefire-provider - 1.0.2 + 1.1.0 @@ -99,13 +99,13 @@ org.junit.jupiter junit-jupiter-engine - 5.0.3 + 5.1.0 test org.junit.jupiter junit-jupiter-migrationsupport - 5.0.3 + 5.1.0 org.hamcrest @@ -122,13 +122,13 @@ org.mockito mockito-core - 2.13.0 + 2.15.0 test org.mockito mockito-inline - 2.13.0 + 2.15.0 test