Skip to content

Commit

Permalink
Bump pmd from 6.46.0 to 6.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jun 25, 2022
1 parent 129674e commit e98d200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,22 +406,22 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.46.0</version> <!-- pmd.dogfood.version -->
<version>6.47.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.46.0</version> <!-- pmd.dogfood.version -->
<version>6.47.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-jsp</artifactId>
<version>6.46.0</version> <!-- pmd.dogfood.version -->
<version>6.47.0</version> <!-- pmd.dogfood.version -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-javascript</artifactId>
<version>6.46.0</version> <!-- pmd.dogfood.version -->
<version>6.47.0</version> <!-- pmd.dogfood.version -->
</dependency>
<!-- This contains the dogfood ruleset -->
<dependency>
Expand Down

0 comments on commit e98d200

Please sign in to comment.