Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-core to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 65ca4d9 commit a661a18
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 @@ -246,7 +246,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.55.0</version>
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>net.sourceforge.saxon</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 @@ -65,7 +65,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.55.0</version>
<version>7.0.0</version>
<exclusions>
<exclusion>
<groupId>net.sf.saxon</groupId>
Expand Down

0 comments on commit a661a18

Please sign in to comment.