Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2

Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml
index 8ecc86d..d73c913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
       https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}
     </commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-    <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
+    <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <checkstyle.version>8.40</checkstyle.version>
     <maven-scm.version>1.11.2</maven-scm.version>
     <commons.spotbugs.version>4.1.4</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 941a61e..00032b8 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,7 @@
 
   <body>
     <release version="1.8" date="2020-MM-DD" description="Version 1.8">
+      <action type="update" dev="kinow">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #36.</action>
       <action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #29.</action>
       <action type="update" dev="kinow">Bump commons-build-plugin from 1.11 to 1.12 #25.</action>
       <action issue="COMMONSSITE-138" type="add" dev="chtompki">Create signature validation script for releases</action>