Skip to content

Commit 0b59b64

Browse files
committed
Bump maven-pmd-plugin from 3.22.0 to 3.23.0
1 parent 5449903 commit 0b59b64

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

custom-rules/maven-java/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ The result is a zip file: `target/pmd-java-bin-1.0.0-SNAPSHOT.zip`.
5757

5858
```xml
5959
<properties>
60-
<pmd.version>7.0.0</pmd.version>
60+
<pmd.version>7.2.0</pmd.version>
6161
</properties>
6262
...
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-pmd-plugin</artifactId>
66-
<version>3.21.2</version>
66+
<version>3.23.0</version>
6767
<executions>
6868
<execution>
6969
<phase>verify</phase>
@@ -86,11 +86,6 @@ The result is a zip file: `target/pmd-java-bin-1.0.0-SNAPSHOT.zip`.
8686
<artifactId>pmd-java-custom</artifactId>
8787
<version>1.0.0-SNAPSHOT</version>
8888
</dependency>
89-
<dependency>
90-
<groupId>net.sourceforge.pmd</groupId>
91-
<artifactId>pmd-compat6</artifactId>
92-
<version>${pmd.version}</version>
93-
</dependency>
9489
<dependency>
9590
<groupId>net.sourceforge.pmd</groupId>
9691
<artifactId>pmd-core</artifactId>

maven/simple-project/pom.xml

Lines changed: 1 addition & 1 deletion
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.22.0</pmd.plugin.version>
13+
<pmd.plugin.version>3.23.0</pmd.plugin.version>
1414
<pmd.version>7.2.0</pmd.version>
1515
</properties>
1616

0 commit comments

Comments
 (0)