Skip to content

Commit

Permalink
Update pmd-core and pmd-java dependencies to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jul 28, 2024
1 parent 04bb889 commit d3775d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.3.0</version>
<version>7.4.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.3.0</version>
<version>7.4.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit d3775d5

Please sign in to comment.