Browse Source

update commons-codec dependency in pom.xml to 1.11 (to match compile time)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841246 13f79535-47bb-0310-9956-ffa450edef68
pull/124/merge
PJ Fanning 5 years ago
parent
commit
5f33759568
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      maven/poi.pom

+ 1
- 1
maven/poi.pom View File

@@ -76,7 +76,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<version>1.11</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

Loading…
Cancel
Save