diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-10-27 11:52:26 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-10-27 11:52:26 +0000 |
commit | cc131eeab945f374729322f7e09ce31bce4dab05 (patch) | |
tree | b1c103dbe293c4aac525e6d88f07d489f819cd6d /sonar | |
parent | af9142e4b744638fa448f81081a7cda1bc376576 (diff) | |
download | poi-cc131eeab945f374729322f7e09ce31bce4dab05.tar.gz poi-cc131eeab945f374729322f7e09ce31bce4dab05.zip |
update xmlbeans to 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 9a184a138a..0316403a05 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -72,7 +72,7 @@ <sonar.scm.disabled>true</sonar.scm.disabled> <!-- define some of the third-party or plugin-versions globally to use the same in all modules --> - <xmlbeans.version>3.0.1</xmlbeans.version> + <xmlbeans.version>3.0.2</xmlbeans.version> <junit.version>4.12</junit.version> <xmlunit.version>2.5.1</xmlunit.version> <mockito.version>2.13.0</mockito.version> |