Repository: logging-log4j2 Updated Branches: refs/heads/master 8962adbc5 -> 9bc1756e1
[LOG4J2-1757] Update Apache Commons Compress from 1.12 to 1.13. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9bc1756e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9bc1756e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9bc1756e Branch: refs/heads/master Commit: 9bc1756e108d858e4aab31d14f02bc3c48e509fb Parents: 8962adb Author: Gary Gregory <[email protected]> Authored: Fri Dec 30 14:11:35 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Dec 30 14:11:35 2016 -0800 ---------------------------------------------------------------------- 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/9bc1756e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b5aab5b..819af29 100644 --- a/pom.xml +++ b/pom.xml @@ -771,7 +771,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.12</version> + <version>1.13</version> </dependency> <dependency> <groupId>org.tukaani</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9bc1756e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 041c9a6..eba77b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -569,6 +569,9 @@ <action issue="LOG4J2-1551" dev="ggregory" type="update"> Updated JMS test from ActiveMQ 5.13.4 to 5.14.0. </action> + <action issue="LOG4J2-1757" dev="ggregory" type="update"> + Update Apache Commons Compress from 1.12 to 1.13. + </action> <action issue="LOG4J2-1543" dev="ggregory" type="update"> Removed deprecated Core API org.apache.logging.log4j.core.util.Constants.UTF_8. </action>
