Skip to content

Commit 6e0dde0

Browse files
committed
Bump maven-pmd-plugin from 3.21.2 to 3.22.0
1 parent 278ce8a commit 6e0dde0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<pmd.build-tools.version>24</pmd.build-tools.version>
2626
<checkstyle.version>10.14.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
28-
<pmd.plugin.version>3.21.2</pmd.plugin.version>
28+
<pmd.plugin.version>3.22.0</pmd.plugin.version>
2929
<pmd.check.version>7.0.0</pmd.check.version>
3030

3131
<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
@@ -395,11 +395,6 @@
395395
</excludeRoots>
396396
</configuration>
397397
<dependencies>
398-
<dependency>
399-
<groupId>net.sourceforge.pmd</groupId>
400-
<artifactId>pmd-compat6</artifactId>
401-
<version>${pmd.check.version}</version>
402-
</dependency>
403398
<dependency>
404399
<groupId>net.sourceforge.pmd</groupId>
405400
<artifactId>pmd-core</artifactId>

0 commit comments

Comments
 (0)