aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-16 13:01:19 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-16 13:03:37 +0200
commitadeff1ed1c0eb93d5650b3834b8603084b5dbb3d (patch)
tree6d18348fdb6768bb4a72707a9e214c8f3c5055e4 /pom.xml
parent81bd537026f16496ff42a8ed23650dad852e6c97 (diff)
downloadsonarqube-adeff1ed1c0eb93d5650b3834b8603084b5dbb3d.tar.gz
sonarqube-adeff1ed1c0eb93d5650b3834b8603084b5dbb3d.zip
Upgrade woodstock StAX parser from 4.0.4 to 4.4.0
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 3ddc361e1d1..3b5cacefd9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -867,12 +867,12 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-lgpl</artifactId>
- <version>4.0.4</version>
+ <version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.staxmate</groupId>
<artifactId>staxmate</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<exclusions>
<!-- see SONAR-879 -->
<exclusion>
@@ -1022,7 +1022,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
- <version>3.0.1</version>
+ <version>3.1.4</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>