You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/05/29 18:23:09 UTC

logging-log4j2 git commit: [LOG4J2-1399] Update Apache Commons CSV from 1.3 to 1.4.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 848e23318 -> 1ff244f37


[LOG4J2-1399] Update Apache Commons CSV from 1.3 to 1.4.

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

Branch: refs/heads/master
Commit: 1ff244f37dd072ec685bf18cd4dd9bd253afd50c
Parents: 848e233
Author: ggregory <gg...@apache.org>
Authored: Sun May 29 11:23:05 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Sun May 29 11:23:05 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1ff244f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 13f01f6..552a330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -736,7 +736,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.3</version>
+        <version>1.4</version>
       </dependency>
       <!-- GC-free -->
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1ff244f3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4a1e2a0..4c5268c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,9 @@
       <action issue="LOG4J2-1398" dev="ggregory" type="update">
         Update liquibase-core from 3.4.2 to 3.5.1.
       </action>
+      <action issue="LOG4J2-1399" dev="ggregory" type="update">
+        Update Apache Commons CSV from 1.3 to 1.4.
+      </action>
     </release>
     <release version="2.6" date="2016-05-25" description="GA Release 2.6">
       <action issue="LOG4J2-1270" dev="rpopma" type="add">