Skip to content

Commit 9b3bda0

Browse files
Update dependency net.sourceforge.pmd:pmd-core to v7 [SECURITY]
1 parent 57f70d6 commit 9b3bda0

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
@@ -247,7 +247,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
247247
<dependency>
248248
<groupId>net.sourceforge.pmd</groupId>
249249
<artifactId>pmd-core</artifactId>
250-
<version>6.55.0</version>
250+
<version>7.10.0</version>
251251
<exclusions>
252252
<exclusion>
253253
<groupId>net.sourceforge.saxon</groupId>

qulice-pmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
7777
<dependency>
7878
<groupId>net.sourceforge.pmd</groupId>
7979
<artifactId>pmd-core</artifactId>
80-
<version>6.55.0</version>
80+
<version>7.10.0</version>
8181
<exclusions>
8282
<exclusion>
8383
<groupId>net.sf.saxon</groupId>

0 commit comments

Comments
 (0)