Update pmd to 6.13.0
This commit is contained in:
1 parent
238fcf73aa
commit
a8823c4afd
1 file changed
+2
-2
@@ -542,12 +542,12 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
<version>6.12.0</version>
|
||||
<version>6.13.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-java</artifactId>
|
||||
<version>6.12.0</version>
|
||||
<version>6.13.0</version>
|
||||
</dependency>
|
||||
<!-- This contains the dogfood ruleset -->
|
||||
<dependency>
|
||||
|
||||
Reference in new issue
Block a user