diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-11-11 21:53:05 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-11-11 21:53:05 +0000 |
commit | ff0d031f10451ee96438e80d7c1ccd82f2bd6ca3 (patch) | |
tree | 5895cf3a45d113855d8fd6a6c18d83fd155256fe /sonar/pom.xml | |
parent | 134b4ba762f33a2575092653ab73e416af1e0034 (diff) | |
download | poi-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.xml | 6 |
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> |