aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-31 10:52:24 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-31 10:52:24 +0100
commite54e57982525e7e91189cdd989fa2d90a6685989 (patch)
treef78ee71157ba48a72d5411dcea8dcc3abb61a0d8 /pom.xml
parent9b3c9dfb16eea005dd4e728883c97ee036447d4d (diff)
downloadsonarqube-e54e57982525e7e91189cdd989fa2d90a6685989.tar.gz
sonarqube-e54e57982525e7e91189cdd989fa2d90a6685989.zip
Upgrade Apache Commons libraries (commons-io 2.0.1, commons-collection 3.3, commons-lang 2.6)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6e82c12d13e..77f23424423 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.3</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
@@ -467,7 +467,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.4</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -477,7 +477,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>commons-math</groupId>