We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9f526 commit 7b59838Copy full SHA for 7b59838
pom.xml
@@ -651,7 +651,7 @@
651
<!-- we run checkstyle only on Java 11, no need to run it for all JDK, it's just code style -->
652
<groupId>org.apache.maven.plugins</groupId>
653
<artifactId>maven-checkstyle-plugin</artifactId>
654
- <version>3.3.0</version>
+ <version>3.6.0</version>
655
<configuration>
656
<propertyExpansion>basedir=${project.rootdir}</propertyExpansion>
657
<configLocation>checkstyle.xml</configLocation>
0 commit comments