Merge pull request #2 from apache/dependabot/maven/master/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2

Bump maven-checkstyle-plugin from 3.0.0 to 3.1.2
diff --git a/pom.xml b/pom.xml
index 827f5d1..6a4f6e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.1.2</version>
                     <configuration>
                         <configLocation>config/maven_checks.xml</configLocation>
                         <headerLocation>config/maven-header.txt</headerLocation>