Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x 12fcd1f1c -> e27e911c3
[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/e27e911c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e27e911c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e27e911c Branch: refs/heads/release-2.x Commit: e27e911c34dc2c150ed5daa577f4db9e95f7db1e Parents: 12fcd1f Author: Gary Gregory <[email protected]> Authored: Wed Oct 10 11:43:24 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed Oct 10 11:43:24 2018 -0600 ---------------------------------------------------------------------- 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/e27e911c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7ccae98..7828da8 100644 --- a/pom.xml +++ b/pom.xml @@ -823,7 +823,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/e27e911c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 21b7d47..2f6f17f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,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">
