aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/pom.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-11-11 21:53:05 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-11-11 21:53:05 +0000
commitff0d031f10451ee96438e80d7c1ccd82f2bd6ca3 (patch)
tree5895cf3a45d113855d8fd6a6c18d83fd155256fe /sonar/pom.xml
parent134b4ba762f33a2575092653ab73e416af1e0034 (diff)
downloadpoi-ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3.tar.gz
poi-ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3.zip
update dependencies - make optional dependencies mandatory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r--sonar/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 62301c2a46..7a5f429f8f 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -80,9 +80,9 @@
<!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
<xmlbeans.version>4.0.0</xmlbeans.version>
- <junit.version>4.13</junit.version>
- <xmlunit.version>2.7.0</xmlunit.version>
- <mockito.version>3.5.15</mockito.version>
+ <junit.version>4.13.1</junit.version>
+ <xmlunit.version>2.8.0</xmlunit.version>
+ <mockito.version>3.6.0</mockito.version>
<maven.plugin.resources.version>3.2.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>