diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 10:52:24 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-31 10:52:24 +0100 |
commit | e54e57982525e7e91189cdd989fa2d90a6685989 (patch) | |
tree | f78ee71157ba48a72d5411dcea8dcc3abb61a0d8 /pom.xml | |
parent | 9b3c9dfb16eea005dd4e728883c97ee036447d4d (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |