Skip to content

Commit 08a2a1b

Browse files
author
Mark Reeves
committed
update plugin versions to latest.
1 parent a15e804 commit 08a2a1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

qa-parent/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<dependency>
126126
<groupId>com.puppycrawl.tools</groupId>
127127
<artifactId>checkstyle</artifactId>
128-
<version>8.17</version>
128+
<version>8.18</version>
129129
</dependency>
130130
<!-- Bordertech config -->
131131
<dependency>
@@ -168,22 +168,22 @@
168168
<dependency>
169169
<groupId>net.sourceforge.pmd</groupId>
170170
<artifactId>pmd-core</artifactId>
171-
<version>6.11.0</version>
171+
<version>6.12.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>net.sourceforge.pmd</groupId>
175175
<artifactId>pmd-java</artifactId>
176-
<version>6.11.0</version>
176+
<version>6.12.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>net.sourceforge.pmd</groupId>
180180
<artifactId>pmd-javascript</artifactId>
181-
<version>6.11.0</version>
181+
<version>6.12.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>net.sourceforge.pmd</groupId>
185185
<artifactId>pmd-jsp</artifactId>
186-
<version>6.11.0</version>
186+
<version>6.12.0</version>
187187
</dependency>
188188
<!-- Bordertech config -->
189189
<dependency>

0 commit comments

Comments
 (0)