Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-core to v6.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent 6b9da8a commit 884717e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qulice-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.10.0</version>
<version>6.55.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion qulice-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.10.0</version>
<version>6.55.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down

0 comments on commit 884717e

Please sign in to comment.