Skip to content

Commit e927839

Browse files
fix(deps): update dependency net.sourceforge.pmd:pmd-core to v7 [security]
1 parent 2ae8790 commit e927839

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
@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>net.sourceforge.pmd</groupId>
220220
<artifactId>pmd-core</artifactId>
221-
<version>6.55.0</version>
221+
<version>7.10.0</version>
222222
<exclusions>
223223
<exclusion>
224224
<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)