Update `org.apache.commons:commons-lang3` to version `3.13.0` (#59)
diff --git a/pom.xml b/pom.xml
index fcdffa6..89c4f2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <commons.codec.version>1.16.0</commons.codec.version>
     <commons.collections.version>3.2.2</commons.collections.version>
     <commons.io.version>2.7</commons.io.version>
-    <commons.lang.version>3.5</commons.lang.version>
+    <commons.lang.version>3.13.0</commons.lang.version>
     <commons.logging.version>1.2</commons.logging.version>
     <commons.pool.version>1.6</commons.pool.version>
     <commons.validator.version>1.5.0</commons.validator.version>
diff --git a/src/changelog/.1.x.x/update_org_apache_commons_commons_lang3.xml b/src/changelog/.1.x.x/update_org_apache_commons_commons_lang3.xml
new file mode 100644
index 0000000..c100221
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_commons_commons_lang3.xml
@@ -0,0 +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="59" link="https://github.com/apache/logging-log4j-audit/pull/59"/>
+  <description format="asciidoc">Update `org.apache.commons:commons-lang3` to version `3.13.0`</description>
+</entry>