Skip to content

Commit e50b37e

Browse files
committed
Bump maven-pmd-plugin from 3.21.2 to 3.22.0
1 parent c9dc68b commit e50b37e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

maven/simple-project/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maven.compiler.release>${java.version}</maven.compiler.release>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212

13-
<pmd.plugin.version>3.21.2</pmd.plugin.version>
13+
<pmd.plugin.version>3.22.0</pmd.plugin.version>
1414
<pmd.version>7.0.0</pmd.version>
1515
</properties>
1616

@@ -34,11 +34,6 @@
3434
<printFailingErrors>true</printFailingErrors>
3535
</configuration>
3636
<dependencies>
37-
<dependency>
38-
<groupId>net.sourceforge.pmd</groupId>
39-
<artifactId>pmd-compat6</artifactId>
40-
<version>${pmd.version}</version>
41-
</dependency>
4237
<dependency>
4338
<groupId>net.sourceforge.pmd</groupId>
4439
<artifactId>pmd-core</artifactId>

0 commit comments

Comments
 (0)