diff options
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 3ae96c2475..eb11b1d155 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -81,8 +81,8 @@ <!-- 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>5.7.0</junit.version> - <xmlunit.version>2.8.0</xmlunit.version> - <mockito.version>3.6.0</mockito.version> + <xmlunit.version>2.8.2</xmlunit.version> + <mockito.version>3.6.28</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> |