aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-02-21 10:09:35 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-02-21 10:09:35 +0100
commitadf17bb64788433913ddd97f92b08141035a4586 (patch)
treefbbf65998206bb766c3b3b466dfb7feace3d116a /pom.xml
parent38d90b44aa23e154e732ef9ee628c8c7d6d2b639 (diff)
downloadsonarqube-adf17bb64788433913ddd97f92b08141035a4586.tar.gz
sonarqube-adf17bb64788433913ddd97f92b08141035a4586.zip
SONAR-3275 ArrayIndexOutOfBoundsException in URL /chart
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5037ad77b23..3f07b53003f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,7 +674,7 @@
<dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
- <version>2.10.2</version>
+ <version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>