com.puppycrawl.tools:checkstyle 8.24 -> 8.25.
diff --git a/conf/checkstyle.xml b/conf/checkstyle.xml
index 173cd87..b0c370d 100644
--- a/conf/checkstyle.xml
+++ b/conf/checkstyle.xml
@@ -70,7 +70,7 @@
         <module name="JavadocMethod">
             <property name="scope" value="public"/>
             <property name="allowUndeclaredRTE" value="true"/>
-	    <property name="allowMissingJavadoc" value="true"/>
+<!-- 	    <property name="allowMissingJavadoc" value="true"/> -->
         </module>
         <module name="JavadocType">
         </module>
diff --git a/pom.xml b/pom.xml
index dc63c93..b243f83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -573,7 +573,7 @@
     <commons.jacoco.version>0.8.4</commons.jacoco.version>

     <commons.spotbugs.version>3.1.12.2</commons.spotbugs.version>

     <commons.javadoc.version>3.1.1</commons.javadoc.version>

-    <checkstyle.version>8.24</checkstyle.version>

+    <checkstyle.version>8.25</checkstyle.version>

 

     <!-- Commons Release Plugin -->

     <commons.bc.version>2.5</commons.bc.version>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14acd97..bab5e0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-762" due-to="Gary Gregory">

         Use variable arguments.

       </action>

+      <action dev="ggregory" type="update" due-to="Gary Gregory">

+        com.puppycrawl.tools:checkstyle 8.24 -> 8.25.

+      </action>

     </release>

     <release version="2.6" date="2019-09-13"

              description="Minor release with new features and updated dependencies.">