Skip to content

Commit 9295a15

Browse files
committed
Update net.sourceforge.pmd to v7.17.0
1 parent ff277f1 commit 9295a15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bzst-dip-java-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,12 +557,12 @@
557557
<dependency>
558558
<groupId>net.sourceforge.pmd</groupId>
559559
<artifactId>pmd-core</artifactId>
560-
<version>7.16.0</version>
560+
<version>7.17.0</version>
561561
</dependency>
562562
<dependency>
563563
<groupId>net.sourceforge.pmd</groupId>
564564
<artifactId>pmd-java</artifactId>
565-
<version>7.16.0</version>
565+
<version>7.17.0</version>
566566
</dependency>
567567
</dependencies>
568568
</plugin>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
<dependency>
8484
<groupId>net.sourceforge.pmd</groupId>
8585
<artifactId>pmd-core</artifactId>
86-
<version>7.16.0</version>
86+
<version>7.17.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>net.sourceforge.pmd</groupId>
9090
<artifactId>pmd-java</artifactId>
91-
<version>7.16.0</version>
91+
<version>7.17.0</version>
9292
</dependency>
9393
</dependencies>
9494
</plugin>

0 commit comments

Comments
 (0)