Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-core to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xdev-renovate committed Jun 28, 2024
1 parent 06f5864 commit e12b5dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tci-advanced-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tci-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down

0 comments on commit e12b5dd

Please sign in to comment.