diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-16 13:01:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-16 13:03:37 +0200 |
commit | adeff1ed1c0eb93d5650b3834b8603084b5dbb3d (patch) | |
tree | 6d18348fdb6768bb4a72707a9e214c8f3c5055e4 /pom.xml | |
parent | 81bd537026f16496ff42a8ed23650dad852e6c97 (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |