Skip to content

Commit

Permalink
Merge pull request #1001 from uhafner/dependabot/maven/org.apache.mav…
Browse files Browse the repository at this point in the history
…en.plugins-maven-pmd-plugin-3.22.0

Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0
  • Loading branch information
uhafner committed Apr 26, 2024
2 parents e9e5b54 + 6063271 commit 23c497d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<maven-pmd-plugin.version>3.21.2</maven-pmd-plugin.version>
<maven-pmd-plugin.version>3.22.0</maven-pmd-plugin.version>
<pmd.version>7.0.0</pmd.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<checkstyle.version>10.15.0</checkstyle.version>
Expand Down Expand Up @@ -555,11 +555,6 @@
<targetJdk>${java.version}</targetJdk>
</configuration>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-compat6</artifactId>
<version>${pmd.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
Expand All @@ -575,11 +570,6 @@
<artifactId>pmd-javascript</artifactId>
<version>${pmd.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>${pmd.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
Expand Down

0 comments on commit 23c497d

Please sign in to comment.