From 82c1cb0798cd7b8dfc825bc5adaa538377f954c9 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 21 Mar 2019 10:00:33 +0000 Subject: [PATCH] commons-codec - 1.12 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855975 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 2 +- build.gradle | 2 +- build.xml | 5 +++-- maven/poi.pom | 2 +- sonar/main/pom.xml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 7dfedc818c..b953470841 100644 --- a/.classpath +++ b/.classpath @@ -34,7 +34,7 @@ - + diff --git a/build.gradle b/build.gradle index 66d800bbe2..04341a114f 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.11' + compile 'commons-codec:commons-codec:1.12' compile 'commons-logging:commons-logging:1.2' compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' diff --git a/build.xml b/build.xml index 8bfd20a69d..72c79fb566 100644 --- a/build.xml +++ b/build.xml @@ -172,9 +172,9 @@ under the License. - + + value="${repository.m2}/maven2/commons-codec/commons-codec/1.12/commons-codec-1.12.jar"/> @@ -645,6 +645,7 @@ under the License. + diff --git a/maven/poi.pom b/maven/poi.pom index b276b2aecc..04dfa8cb9f 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -76,7 +76,7 @@ commons-codec commons-codec - 1.11 + 1.12 org.apache.commons diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 6391d55ef7..a0e689f39b 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -123,7 +123,7 @@ commons-codec commons-codec - 1.11 + 1.12 commons-logging -- 2.39.5