Skip to content

Commit f50c326

Browse files
committed
Update net.sourceforge.pmd to v7.12.0
1 parent f6d352f commit f50c326

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@
150150
<dependency>
151151
<groupId>net.sourceforge.pmd</groupId>
152152
<artifactId>pmd-core</artifactId>
153-
<version>7.11.0</version>
153+
<version>7.12.0</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>net.sourceforge.pmd</groupId>
157157
<artifactId>pmd-java</artifactId>
158-
<version>7.11.0</version>
158+
<version>7.12.0</version>
159159
</dependency>
160160
</dependencies>
161161
</plugin>

spring-data-eclipse-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,12 +485,12 @@
485485
<dependency>
486486
<groupId>net.sourceforge.pmd</groupId>
487487
<artifactId>pmd-core</artifactId>
488-
<version>7.11.0</version>
488+
<version>7.12.0</version>
489489
</dependency>
490490
<dependency>
491491
<groupId>net.sourceforge.pmd</groupId>
492492
<artifactId>pmd-java</artifactId>
493-
<version>7.11.0</version>
493+
<version>7.12.0</version>
494494
</dependency>
495495
</dependencies>
496496
</plugin>

0 commit comments

Comments
 (0)