From f3eb4dd393d3eda3186309452a6d34b8b9b4548e Mon Sep 17 00:00:00 2001 From: Vladislav Galas Date: Sun, 6 Jan 2019 18:56:29 +0000 Subject: [PATCH] updated mockito to 2.23.4 to fix java 11 build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1850590 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index cdf4f1767e..4db3d90586 100644 --- a/build.gradle +++ b/build.gradle @@ -185,7 +185,7 @@ project('main') { compile 'javax.activation:activation:1.1.1' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.21.0' + testCompile 'org.mockito:mockito-core:2.23.4' testCompile 'org.reflections:reflections:0.9.11' } @@ -248,7 +248,7 @@ project('ooxml') { compile files('../../ooxml-lib/ooxml-security-1.1.jar') testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.21.0' + testCompile 'org.mockito:mockito-core:2.23.4' testCompile 'org.xmlunit:xmlunit-core:2.5.1' testCompile 'org.reflections:reflections:0.9.11' testCompile project(path: ':main', configuration: 'tests') diff --git a/build.xml b/build.xml index e4736655c8..c2c19e61c3 100644 --- a/build.xml +++ b/build.xml @@ -176,12 +176,12 @@ under the License. - - - - - - + + + + + + @@ -671,7 +671,10 @@ under the License. - + + + + -- 2.39.5