Update `commons-logging:commons-logging` to version `1.3.1` (#132)
diff --git a/pom.xml b/pom.xml
index 9ad5fc8..8a11ea4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
     <commons.collections.version>3.2.2</commons.collections.version>
     <commons.io.version>2.15.1</commons.io.version>
     <commons.lang.version>3.14.0</commons.lang.version>
-    <commons.logging.version>1.3.0</commons.logging.version>
+    <commons.logging.version>1.3.1</commons.logging.version>
     <commons.pool.version>1.6</commons.pool.version>
     <commons.validator.version>1.8.0</commons.validator.version>
     <hibernate.version>5.6.15.Final</hibernate.version>
diff --git a/src/changelog/.1.x.x/update_commons_logging_commons_logging.xml b/src/changelog/.1.x.x/update_commons_logging_commons_logging.xml
index c6b098b..f4d3895 100644
--- a/src/changelog/.1.x.x/update_commons_logging_commons_logging.xml
+++ b/src/changelog/.1.x.x/update_commons_logging_commons_logging.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://logging.apache.org/log4j/changelog"
-       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
-       type="changed">
-  <issue id="96" link="https://github.com/apache/logging-log4j-audit/pull/96"/>
-  <description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.0`</description>
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="132" link="https://github.com/apache/logging-log4j-audit/pull/132"/>
+  <description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.1`</description>
 </entry>