Repository: logging-log4j2 Updated Branches: refs/heads/release-2.x 0a6d962eb -> 3c02c4d69
[LOG4J2-2347] Update Apache Commons Compress from 1.16.1 to 1.17. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3c02c4d6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3c02c4d6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3c02c4d6 Branch: refs/heads/release-2.x Commit: 3c02c4d69f1828882877c6be8c1bd448278c019e Parents: 0a6d962 Author: Gary Gregory <[email protected]> Authored: Sun Jun 3 18:15:47 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Jun 3 18:15:47 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/3c02c4d6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fbd71bb..cc63c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -791,7 +791,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.16.1</version> + <version>1.17</version> </dependency> <dependency> <groupId>org.tukaani</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3c02c4d6/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7686c83..d63db38 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -99,6 +99,9 @@ <action issue="LOG4J2-2336" dev="ckozak" type="fix"> Remove duplicate hyphen from the AsyncLoggerConfig background thread name. </action> + <action issue="LOG4J2-2347" dev="ggregory" type="fix"> + Update Apache Commons Compress from 1.16.1 to 1.17. + </action> </release> <release version="2.11.0" date="2018-03-11" description="GA Release 2.11.0"> <action issue="LOG4J2-2104" dev="rgoers" type="fix">
