diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:06:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:06:06 +0000 |
commit | e287107607f7a901e77da17652e771718dc143a8 (patch) | |
tree | 7821d5eb43b7fd8815d7a712dca4cdd2648fb2af /maven | |
parent | 71ec0721c82a62ecc8d8755a92ed1d5d92270e3d (diff) | |
download | poi-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 'maven')
-rw-r--r-- | maven/poi.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 87a4371715..367d308120 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -76,7 +76,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.13</version> + <version>1.14</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |