aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/pom.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2020-09-25 19:39:49 +0000
committerDominik Stadler <centic@apache.org>2020-09-25 19:39:49 +0000
commit7b83320f9e26157dfd8cdef2b628dce7ba42aa55 (patch)
tree2905a930c7040d9e6b6a2d43669a7b22b64df1c1 /sonar/pom.xml
parentceae0d0903e95dbf0c9e70a7e154513232e529c9 (diff)
downloadpoi-7b83320f9e26157dfd8cdef2b628dce7ba42aa55.tar.gz
poi-7b83320f9e26157dfd8cdef2b628dce7ba42aa55.zip
Update third party libraries in pom.xml and build.gradle, update JaCoCo to 0.8.6
Maven build should work onw, but Gradle is still broken by the poi-ant-contrib library Also remove outdated third party libraries git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r--sonar/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 02b314ce3d..ab8a8faa89 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -81,10 +81,10 @@
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
- <xmlbeans.version>3.1.0</xmlbeans.version>
+ <xmlbeans.version>4.0.0</xmlbeans.version>
<junit.version>4.13</junit.version>
- <xmlunit.version>2.6.3</xmlunit.version>
- <mockito.version>2.13.0</mockito.version>
+ <xmlunit.version>2.7.0</xmlunit.version>
+ <mockito.version>3.5.0</mockito.version>
<maven.plugin.resources.version>3.1.0</maven.plugin.resources.version>
<maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
<maven.plugin.clean.version>3.1.0</maven.plugin.clean.version>
@@ -145,7 +145,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.5</version>
+ <version>0.8.6</version>
<executions>
<execution>
<goals>