Skip to content

Commit c064c1c

Browse files
committed
Update org.apache.commons:commons-csv to version 1.14.0 (#3555)
1 parent eb31aa1 commit c064c1c

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
@@ -98,7 +98,7 @@
9898
<bsh.version>2.0b6</bsh.version>
9999
<bnd.annotation.version>7.1.0</bnd.annotation.version>
100100
<commons-codec.version>1.18.0</commons-codec.version>
101-
<commons-csv.version>1.13.0</commons-csv.version>
101+
<commons-csv.version>1.14.0</commons-csv.version>
102102
<commons-dbcp2.version>2.13.0</commons-dbcp2.version>
103103
<commons-io.version>2.18.0</commons-io.version>
104104
<commons-lang3.version>3.17.0</commons-lang3.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
<!-- Skipping `maven-site-plugin` globally. -->
335335
<maven.site.skip>true</maven.site.skip>
336336
<maven.site.deploy.skip>true</maven.site.deploy.skip>
337-
<site-commons-csv.version>1.13.0</site-commons-csv.version>
337+
<site-commons-csv.version>1.14.0</site-commons-csv.version>
338338
<site-commons-logging.version>1.3.5</site-commons-logging.version>
339339
<site-conversant.version>1.2.21</site-conversant.version>
340340
<site-flume.version>1.11.0</site-flume.version>

src/changelog/.3.x.x/update_org_apache_commons_commons_csv.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="3386" link="https://github.com/apache/logging-log4j2/pull/3386"/>
7-
<description format="asciidoc">Update `org.apache.commons:commons-csv` to version `1.13.0`</description>
6+
<issue id="3555" link="https://github.com/apache/logging-log4j2/pull/3555"/>
7+
<description format="asciidoc">Update `org.apache.commons:commons-csv` to version `1.14.0`</description>
88
</entry>

0 commit comments

Comments
 (0)