We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c53e2 commit 929de21Copy full SHA for 929de21
custom-rules/maven-java/README.md
@@ -63,7 +63,7 @@ The result is a zip file: `target/pmd-java-bin-1.0.0-SNAPSHOT.zip`.
63
<plugin>
64
<groupId>org.apache.maven.plugins</groupId>
65
<artifactId>maven-pmd-plugin</artifactId>
66
- <version>3.23.0</version>
+ <version>3.24.0</version>
67
<executions>
68
<execution>
69
<phase>verify</phase>
maven/simple-project/pom.xml
@@ -10,7 +10,7 @@
10
<maven.compiler.release>${java.version}</maven.compiler.release>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12
13
- <pmd.plugin.version>3.23.0</pmd.plugin.version>
+ <pmd.plugin.version>3.24.0</pmd.plugin.version>
14
<pmd.version>7.2.0</pmd.version>
15
</properties>
16
0 commit comments