diff options
author | Dominik Stadler <centic@apache.org> | 2015-10-13 16:37:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-10-13 16:37:22 +0000 |
commit | f678783d466471a6472914038b4e83518879abcb (patch) | |
tree | eae3917d94276359bddea7695fcd824849a2817d /maven | |
parent | 1725c9100acca911c5a40d5ecf654fd6b9d19f78 (diff) | |
download | poi-f678783d466471a6472914038b4e83518879abcb.tar.gz poi-f678783d466471a6472914038b4e83518879abcb.zip |
Update to latest commons-codec-1.10 and commons-logging-1.2, use the properties for these libs everywhere in build.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi.pom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maven/poi.pom b/maven/poi.pom index 6f2c4243ab..7c1b4cf84f 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -62,7 +62,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>1.2</version> <scope>runtime</scope> <optional>true</optional> </dependency> @@ -76,7 +76,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> + <version>1.10</version> </dependency> <dependency> |