Skip to content

Commit

Permalink
Update some dependencies and plugins
Browse files Browse the repository at this point in the history
- Update the maven-pmd-plugin plugin to 3.22.0
- Update pmd-core and pmd-java dependencies to 7.1.0
  • Loading branch information
AlexisJehan committed Apr 26, 2024
1 parent 500a56a commit 94b8c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.2</version>
<version>3.22.0</version>
<executions>
<execution>
<id>pmd-check</id>
Expand All @@ -144,12 +144,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.55.0</version>
<version>7.1.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.55.0</version>
<version>7.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 94b8c38

Please sign in to comment.