Update `commons-logging:commons-logging` to version `1.3.0` (#2050)
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index b7901a0..22dc1a6 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -76,7 +76,7 @@
     <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
     <commons-io.version>2.15.1</commons-io.version>
     <commons-lang3.version>3.14.0</commons-lang3.version>
-    <commons-logging.version>1.2</commons-logging.version>
+    <commons-logging.version>1.3.0</commons-logging.version>
     <!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
     <conversant.disruptor.version>1.2.15</conversant.disruptor.version>
     <disruptor.version>3.4.4</disruptor.version>
diff --git a/src/changelog/.2.x.x/update_commons_logging_commons_logging.xml b/src/changelog/.2.x.x/update_commons_logging_commons_logging.xml
new file mode 100644
index 0000000..ad4366d
--- /dev/null
+++ b/src/changelog/.2.x.x/update_commons_logging_commons_logging.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="2050" link="https://github.com/apache/logging-log4j2/pull/2050"/>
+  <description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index 99984d6..54b7369 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -31,6 +31,7 @@
 * Update `com.github.luben:zstd-jni` to version `1.5.5-11` (https://github.com/apache/logging-log4j2/pull/2030[2030])
 * Update `commons-codec:commons-codec` to version `1.16.0` (https://github.com/apache/logging-log4j2/pull/2042[2042])
 * Update `commons-io:commons-io` to version `2.15.1` (https://github.com/apache/logging-log4j2/pull/2034[2034])
+* Update `commons-logging:commons-logging` to version `1.3.0` (https://github.com/apache/logging-log4j2/pull/2050[2050])
 * Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2` (https://github.com/apache/logging-log4j2/pull/1979[1979])
 * Update `github/codeql-action` to version `2.22.8` (https://github.com/apache/logging-log4j2/pull/2005[2005])
 * Update `org.apache.activemq:activemq-broker` to version `6.0.1` (https://github.com/apache/logging-log4j2/pull/2043[2043])