Update `org.apache.commons:commons-csv` to version `1.11.0` (#2565)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index fc16fda..1c60d91 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -70,7 +70,7 @@
     <cassandra-driver.version>3.11.5</cassandra-driver.version>
     <commons-codec.version>1.17.0</commons-codec.version>
     <commons-compress.version>1.26.1</commons-compress.version>
-    <commons-csv.version>1.10.0</commons-csv.version>
+    <commons-csv.version>1.11.0</commons-csv.version>
     <commons-dbcp2.version>2.12.0</commons-dbcp2.version>
     <commons-io.version>2.16.1</commons-io.version>
     <commons-lang3.version>3.14.0</commons-lang3.version>
diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_csv.xml b/src/changelog/.2.x.x/update_org_apache_commons_commons_csv.xml
new file mode 100644
index 0000000..cf9974f
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_commons_commons_csv.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="https://logging.apache.org/xml/ns"
+       xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+       type="updated">
+  <issue id="2565" link="https://github.com/apache/logging-log4j2/pull/2565"/>
+  <description format="asciidoc">Update `org.apache.commons:commons-csv` to version `1.11.0`</description>
+</entry>