We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdf1f2 commit 932b294Copy full SHA for 932b294
1 file changed
pom.xml
@@ -131,7 +131,7 @@ CSV files of various types.
131
Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir
132
and wants license headers in .properties to be the header for Java files.
133
-->
134
- <checkstyle.version>2.9.1</checkstyle.version>
+ <checkstyle.version>2.12</checkstyle.version>
135
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
136
</properties>
137
@@ -194,7 +194,7 @@ CSV files of various types.
194
<plugin>
195
<groupId>org.apache.maven.plugins</groupId>
196
<artifactId>maven-pmd-plugin</artifactId>
197
- <version>3.0.1</version>
+ <version>3.1</version>
198
<configuration>
199
<targetJdk>${maven.compiler.target}</targetJdk>
200
</configuration>
0 commit comments