We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26007 commit becfae1Copy full SHA for becfae1
pom.xml
@@ -254,15 +254,15 @@ CSV files of various types.
254
<plugin>
255
<groupId>org.apache.maven.plugins</groupId>
256
<artifactId>maven-pmd-plugin</artifactId>
257
- <version>3.6</version>
+ <version>3.8</version>
258
<configuration>
259
<targetJdk>${maven.compiler.target}</targetJdk>
260
</configuration>
261
</plugin>
262
263
<groupId>org.codehaus.mojo</groupId>
264
<artifactId>findbugs-maven-plugin</artifactId>
265
- <version>3.0.3</version>
+ <version>3.0.4</version>
266
267
268
0 commit comments