From 3efd3f7adf6abcf8d25ca7dd01e9da88654eba96 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 29 Aug 2019 23:07:33 +0000 Subject: [PATCH] upgrade commons-codec and mockito git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866106 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 4 ++-- build.gradle | 4 ++-- build.xml | 25 ++++++++++++------------- maven/poi.pom | 2 +- sonar/main/pom.xml | 2 +- 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.classpath b/.classpath index d3744e86e8..a5a9fbdb83 100644 --- a/.classpath +++ b/.classpath @@ -34,14 +34,14 @@ - + - + diff --git a/build.gradle b/build.gradle index 346d0774c8..2c8b15ff65 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ project('main') { sourceSets.test.java.srcDirs = ['../../src/testcases'] dependencies { - compile 'commons-codec:commons-codec:1.12' + compile 'commons-codec:commons-codec:1.13' compile 'commons-logging:commons-logging:1.2' compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' @@ -188,7 +188,7 @@ project('main') { compile 'javax.activation:activation:1.1.1' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-core:2.23.4' + testCompile 'org.mockito:mockito-core:3.0.0' testCompile 'org.reflections:reflections:0.9.11' } diff --git a/build.xml b/build.xml index 301249cc6c..8604752e5a 100644 --- a/build.xml +++ b/build.xml @@ -172,9 +172,9 @@ under the License. - + + value="${repository.m2}/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar"/> @@ -188,12 +188,12 @@ under the License. - - - - - - + + + + + + @@ -649,6 +649,7 @@ under the License. + @@ -677,16 +678,14 @@ under the License. - - - - + + + - diff --git a/maven/poi.pom b/maven/poi.pom index a99f1962fb..f53e22cb37 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -76,7 +76,7 @@ commons-codec commons-codec - 1.12 + 1.13 org.apache.commons diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 9fd676da09..0e368f00f4 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -123,7 +123,7 @@ commons-codec commons-codec - 1.12 + 1.13 commons-logging -- 2.39.5