From 1b2e749bcdacbd6b11d515e1a457b3520443efa8 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Mon, 19 Jan 2015 20:11:09 +0100 Subject: [PATCH] Update test libraries and fix scope JUnit 4.12 Mockito 1.10.19 Fixed scope of Spring-test dependency --- spring-batch-excel/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index a61c187..bbf8d65 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -65,19 +65,20 @@ junit junit - 4.11 + 4.12 test org.mockito - mockito-all - 1.9.5 + mockito-core + 1.10.19 test org.springframework spring-test 4.0.5.RELEASE + test