You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/04 09:24:37 UTC

(logging-log4j2) branch main updated: Update `org.apache.commons:commons-csv` to version `1.10.0` (#2041)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 221ba49670 Update `org.apache.commons:commons-csv` to version `1.10.0` (#2041)
221ba49670 is described below

commit 221ba496702a15b312e221d2cf0e2d3db4e2606a
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 4 09:24:30 2023 +0000

    Update `org.apache.commons:commons-csv` to version `1.10.0` (#2041)
---
 log4j-parent/pom.xml                                           | 2 +-
 src/changelog/.3.x.x/update_org_apache_commons_commons_csv.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index de82c8f866..06be8d3292 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -102,7 +102,7 @@
     <bsh.version>2.0b6</bsh.version>
     <commons-codec.version>1.15</commons-codec.version>
     <commons-compress.version>1.22</commons-compress.version>
-    <commons-csv.version>1.9.0</commons-csv.version>
+    <commons-csv.version>1.10.0</commons-csv.version>
     <commons-dbcp2.version>2.9.0</commons-dbcp2.version>
     <commons-io.version>2.11.0</commons-io.version>
     <commons-lang3.version>3.13.0</commons-lang3.version>
diff --git a/src/changelog/.3.x.x/update_org_apache_commons_commons_csv.xml b/src/changelog/.3.x.x/update_org_apache_commons_commons_csv.xml
new file mode 100644
index 0000000000..94436ee3f4
--- /dev/null
+++ b/src/changelog/.3.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="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="2041" link="https://github.com/apache/logging-log4j2/pull/2041"/>
+  <description format="asciidoc">Update `org.apache.commons:commons-csv` to version `1.10.0`</description>
+</entry>