Repository: logging-log4j2
Updated Branches:
  refs/heads/master bc062fed2 -> 8999a107e


[LOG4J2-2470] Update Apache Commons CSV from 1.5 to 1.6.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8999a107
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8999a107
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8999a107

Branch: refs/heads/master
Commit: 8999a107e28bd0e62cc47aa48e66b3988fb19f6c
Parents: bc062fe
Author: Gary Gregory <ggreg...@rocketsoftware.com>
Authored: Wed Oct 10 11:43:57 2018 -0600
Committer: Gary Gregory <ggreg...@rocketsoftware.com>
Committed: Wed Oct 10 11:43:57 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8999a107/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ffaaed8..35c7b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -822,7 +822,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.5</version>
+        <version>1.6</version>
       </dependency>
       <!-- GC-free -->
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8999a107/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0b7f62e..52ddc24 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -260,6 +260,9 @@
       <action issue="LOG4J2-2469" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.17 to 1.18.
       </action>
+      <action issue="LOG4J2-2470" dev="ggregory" type="update">
+        Update Apache Commons CSV from 1.5 to 1.6.
+      </action>
     </release>
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 
2.11.2">
       <action issue="LOG4J2-2391" dev="ckozak" type="update">
@@ -304,6 +307,9 @@
       <action issue="LOG4J2-2469" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.17 to 1.18.
       </action>
+      <action issue="LOG4J2-2470" dev="ggregory" type="update">
+        Update Apache Commons CSV from 1.5 to 1.6.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 
2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">

Reply via email to