Skip to content

Commit

Permalink
Update pmd-core and pmd-java dependencies to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Sep 6, 2024
1 parent 54471b1 commit 1653e34
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 @@ -138,12 +138,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 1653e34

Please sign in to comment.