diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-07 14:03:02 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-07 14:03:02 +0100 |
commit | 39838994aefae9921a5e64cd71a7f28f770c2561 (patch) | |
tree | e06ad0ecc5264b3d73b09ddfc67d9f0a195a3a9f /pom.xml | |
parent | d1712f8e88a76cd138593296f209ff4c2e1a166d (diff) | |
download | EAAF-Components-39838994aefae9921a5e64cd71a7f28f770c2561.tar.gz EAAF-Components-39838994aefae9921a5e64cd71a7f28f770c2561.tar.bz2 EAAF-Components-39838994aefae9921a5e64cd71a7f28f770c2561.zip |
update code-qualitiy plug-ins to support JDK 15
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -86,11 +86,11 @@ <org.projectlombok.lombok.version>1.18.12</org.projectlombok.lombok.version> <!-- Code quality checks --> - <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version> - <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version> - <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version> - <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> - <dependency-check-maven.version>5.3.2</dependency-check-maven.version> + <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version> + <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version> + <maven-pmd-plugin.version>3.14.0</maven-pmd-plugin.version> + <spotbugs-maven-plugin.version>4.1.4</spotbugs-maven-plugin.version> + <dependency-check-maven.version>6.0.3</dependency-check-maven.version> <license.outputDirectory>${project.build.directory}/thirdparty_licenses</license.outputDirectory> <pmw_rules_location>https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml</pmw_rules_location> |