forked from phoedos/pmd
Use PMD 7.4.0 for checks
This commit is contained in:
parent
ee800d326f
commit
39750cf158
8
pom.xml
8
pom.xml
@ -562,22 +562,22 @@
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
<version>7.3.0</version> <!-- pmd.dogfood.version -->
|
||||
<version>7.4.0</version> <!-- pmd.dogfood.version -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-java</artifactId>
|
||||
<version>7.3.0</version> <!-- pmd.dogfood.version -->
|
||||
<version>7.4.0</version> <!-- pmd.dogfood.version -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-jsp</artifactId>
|
||||
<version>7.3.0</version> <!-- pmd.dogfood.version -->
|
||||
<version>7.4.0</version> <!-- pmd.dogfood.version -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-javascript</artifactId>
|
||||
<version>7.3.0</version> <!-- pmd.dogfood.version -->
|
||||
<version>7.4.0</version> <!-- pmd.dogfood.version -->
|
||||
</dependency>
|
||||
<!-- This contains the dogfood ruleset -->
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user