Skip to content

Commit af2c045

Browse files
committed
Update report plugins to latest version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617064 13f79535-47bb-0310-9956-ffa450edef68
1 parent 67d150a commit af2c045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ CSV files of various types.
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-pmd-plugin</artifactId>
217-
<version>3.1</version>
217+
<version>3.2</version>
218218
<configuration>
219219
<targetJdk>${maven.compiler.target}</targetJdk>
220220
</configuration>
221221
</plugin>
222222
<plugin>
223223
<groupId>org.codehaus.mojo</groupId>
224224
<artifactId>findbugs-maven-plugin</artifactId>
225-
<version>2.5.4</version>
225+
<version>3.0.0</version>
226226
</plugin>
227227
<plugin>
228228
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)