Skip to content

Commit becfae1

Browse files
committed
Update Maven PMD and FindBugs plugins.
1 parent 5f26007 commit becfae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ CSV files of various types.
254254
<plugin>
255255
<groupId>org.apache.maven.plugins</groupId>
256256
<artifactId>maven-pmd-plugin</artifactId>
257-
<version>3.6</version>
257+
<version>3.8</version>
258258
<configuration>
259259
<targetJdk>${maven.compiler.target}</targetJdk>
260260
</configuration>
261261
</plugin>
262262
<plugin>
263263
<groupId>org.codehaus.mojo</groupId>
264264
<artifactId>findbugs-maven-plugin</artifactId>
265-
<version>3.0.3</version>
265+
<version>3.0.4</version>
266266
</plugin>
267267
<plugin>
268268
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)