diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-21 10:00:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-21 10:00:33 +0000 |
commit | 3aea8e7f85bc2d6617f4327f2ad59b8f351ff655 (patch) | |
tree | 13a08241c5430a9b2535b15505004c2f1e2c7988 /build.gradle | |
parent | 4dc28798bf9c61a0481b8cfe24fc73024d777956 (diff) | |
download | poi-3aea8e7f85bc2d6617f4327f2ad59b8f351ff655.tar.gz poi-3aea8e7f85bc2d6617f4327f2ad59b8f351ff655.zip |
commons-codec - 1.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |