Bump com.puppycrawl.tools:checkstyle from 8.44 to 8.45.1.
diff --git a/pom.xml b/pom.xml
index c941ae9..a72e5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,7 @@
     <commons.jacoco.version>0.8.7</commons.jacoco.version>

     <commons.spotbugs.version>4.2.3</commons.spotbugs.version>

     <commons.javadoc.version>3.3.0</commons.javadoc.version>

-    <checkstyle.version>8.44</checkstyle.version>

+    <checkstyle.version>8.45.1</checkstyle.version>

     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>

 

     <!-- Commons Release Plugin -->

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 63ae451..04cd546 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -132,8 +132,8 @@
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Update optional commons-codec from 1.14 to 1.15.
        </action>
-       <action type="update" dev="ggregory" due-to="Dependabot">
-         Update checkstyle from 8.26 to 8.44, #66, #71, #90, #101, #118, #121, #132.
+       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+         Update checkstyle from 8.26 to 8.45.1, #66, #71, #90, #101, #118, #121, #132.
        </action>
        <action dev="ggregory" type="update" due-to="Gary Gregory">
          Update commons.jacoco.version 0.8.5 to 0.8.7 (Fixes Java 15 builds).