From 18f87a1c188477505e333e798cc03da209bc737c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 20 Nov 2017 20:46:16 +0000 Subject: [PATCH] upgrade to commons-codec 1.11 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1815852 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 4 ++-- sonar/main/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index acdbf823ca..6c18840908 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ project('main') { sourceSets.test.java.srcDirs = ['../../src/testcases'] dependencies { - compile 'commons-codec:commons-codec:1.10' + compile 'commons-codec:commons-codec:1.11' compile 'commons-logging:commons-logging:1.2' compile 'org.apache.commons:commons-collections4:4.1' compile 'org.apache.commons:commons-math3:3.6.1' diff --git a/build.xml b/build.xml index 407d4ab11a..793cc6e3ea 100644 --- a/build.xml +++ b/build.xml @@ -150,9 +150,9 @@ under the License. - + + value="${repository.m2}/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar"/> diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 57e42e400e..2ed5514aef 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -123,7 +123,7 @@ commons-codec commons-codec - 1.10 + 1.11 commons-logging -- 2.39.5