Dogfooding - use PMD 6.15.0

This commit is contained in:
Andreas Dangel
2019-05-26 11:38:42 +02:00
parent f5f4c59bfa
commit c28c34e2f8

View File

@ -543,12 +543,12 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<dependency> <dependency>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId> <artifactId>pmd-core</artifactId>
<version>6.14.0</version> <version>6.15.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sourceforge.pmd</groupId> <groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId> <artifactId>pmd-java</artifactId>
<version>6.14.0</version> <version>6.15.0</version>
</dependency> </dependency>
<!-- This contains the dogfood ruleset --> <!-- This contains the dogfood ruleset -->
<dependency> <dependency>