- checkstyle.plugin.version 3.0.0 -> 3.1.0.
- checkstyle.version 8.24 -> 8.25.
diff --git a/pom.xml b/pom.xml
index 2def1b1..7452ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
-    <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
-    <checkstyle.version>8.24</checkstyle.version>
+    <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
+    <checkstyle.version>8.25</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>