Repository: logging-log4j2 Updated Branches: refs/heads/master 04c2a9ed1 -> 334712e30
[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/334712e3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/334712e3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/334712e3 Branch: refs/heads/master Commit: 334712e3017e49703590a187a9d9e7bb9f3e3970 Parents: 04c2a9e Author: Gary Gregory <[email protected]> Authored: Sun Jun 3 18:19:01 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Jun 3 18:19:01 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/334712e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8459909..5af4d42 100644 --- a/pom.xml +++ b/pom.xml @@ -790,7 +790,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/334712e3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 849350e..d777072 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -177,6 +177,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.1" date="2018-MM-DD" description="GA Release 2.11.1"> <action issue="LOG4J2-2268" dev="rgoers" type="fix" due-to="Tilman Hausherr"> @@ -247,6 +250,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-xx-xx" description="GA Release 2.11.0"> <action issue="LOG4J2-2104" dev="rgoers" type="fix">
