aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2015-10-13 16:37:22 +0000
committerDominik Stadler <centic@apache.org>2015-10-13 16:37:22 +0000
commitf678783d466471a6472914038b4e83518879abcb (patch)
treeeae3917d94276359bddea7695fcd824849a2817d /sonar
parent1725c9100acca911c5a40d5ecf654fd6b9d19f78 (diff)
downloadpoi-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 'sonar')
-rw-r--r--sonar/main/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index d962229758..67cf12801c 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -104,12 +104,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.3</version>
+ <version>1.2</version>
</dependency>
</dependencies>
</project>