Skip to content

Commit e61635f

Browse files
committed
Update commons-logging:commons-logging to version 1.3.2 (#2586)
1 parent 23e742b commit e61635f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
103103
<commons-io.version>2.16.1</commons-io.version>
104104
<commons-lang3.version>3.14.0</commons-lang3.version>
105-
<commons-logging.version>1.3.1</commons-logging.version>
105+
<commons-logging.version>1.3.2</commons-logging.version>
106106
<conversant.disruptor.version>1.2.21</conversant.disruptor.version>
107107
<disruptor.version>4.0.0</disruptor.version>
108108
<elasticsearch.version>7.17.21</elasticsearch.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
<!-- Skipping `maven-site-plugin` globally. -->
340340
<maven.site.skip>true</maven.site.skip>
341341
<maven.site.deploy.skip>true</maven.site.deploy.skip>
342-
<site-commons-logging.version>1.3.1</site-commons-logging.version>
342+
<site-commons-logging.version>1.3.2</site-commons-logging.version>
343343
<site-log4j-core.version>3.0.0-beta2</site-log4j-core.version>
344344
<site-log4j-layout-template-json.version>3.0.0-beta2</site-log4j-layout-template-json.version>
345345
<site-logback.version>1.5.5</site-logback.version>

src/changelog/.3.x.x/update_commons_logging_commons_logging.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2405" link="https://github.com/apache/logging-log4j2/pull/2405"/>
7-
<description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.1`</description>
6+
<issue id="2586" link="https://github.com/apache/logging-log4j2/pull/2586"/>
7+
<description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.2`</description>
88
</entry>

0 commit comments

Comments
 (0)