[LOG4J2-1358] Update Apache Commons Compress from 1.10 to 1.11. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b786b98c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b786b98c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b786b98c
Branch: refs/heads/LOG4J2-1356 Commit: b786b98c9af38018e3c7bee0df8b1d20dc044e65 Parents: 360304a Author: ggregory <[email protected]> Authored: Wed Apr 6 02:00:45 2016 -0700 Committer: ggregory <[email protected]> Committed: Wed Apr 6 02:00:45 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/b786b98c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b404f29..c0e54d2 100644 --- a/pom.xml +++ b/pom.xml @@ -722,7 +722,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.10</version> + <version>1.11</version> </dependency> <!-- Used for the CSV layout --> <dependency> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b786b98c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ddcda42..22a7df3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -199,6 +199,9 @@ <action issue="LOG4J2-1352" dev="ggregory" type="update"> Update javax.mail from 1.5.4 to 1.5.5. </action> + <action issue="LOG4J2-1358" dev="ggregory" type="update"> + Update Apache Commons Compress from 1.10 to 1.11. + </action> <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy"> Misleading Value In Properties Example. </action>
