Skip to content

Commit 02285ca

Browse files
Update dependency net.sourceforge.pmd:pmd-core to v7 [SECURITY]
1 parent 5b0bee1 commit 02285ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qulice-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>net.sourceforge.pmd</groupId>
223223
<artifactId>pmd-core</artifactId>
224-
<version>6.55.0</version>
224+
<version>7.10.0</version>
225225
<exclusions>
226226
<exclusion>
227227
<groupId>net.sourceforge.saxon</groupId>

qulice-pmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>net.sourceforge.pmd</groupId>
5353
<artifactId>pmd-core</artifactId>
54-
<version>6.55.0</version>
54+
<version>7.10.0</version>
5555
<exclusions>
5656
<exclusion>
5757
<groupId>net.sf.saxon</groupId>

0 commit comments

Comments
 (0)