summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-02-14 23:06:06 +0000
committerPJ Fanning <fanningpj@apache.org>2020-02-14 23:06:06 +0000
commite287107607f7a901e77da17652e771718dc143a8 (patch)
tree7821d5eb43b7fd8815d7a712dca4cdd2648fb2af /build.gradle
parent71ec0721c82a62ecc8d8755a92ed1d5d92270e3d (diff)
downloadpoi-e287107607f7a901e77da17652e771718dc143a8.tar.gz
poi-e287107607f7a901e77da17652e771718dc143a8.zip
commons-codec 1.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b71bf66cf2..e1904925ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,7 +92,7 @@ subprojects {
version = '4.1.3-SNAPSHOT'
ext {
- commonsCodecVersion = '1.13'
+ commonsCodecVersion = '1.14'
commonsCompressVersion = '1.20'
commonsMathVersion = '3.6.1'
japicmpversion = '4.1.2'