Upgrade to maven checkstyle plugin 3.1.1

This commit is contained in:
Stephane Nicoll 2020-05-03 08:55:49 +02:00
parent 6a18eecc9b
commit adab01ef62

View file

@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>