Repository: logging-log4j2 Updated Branches: refs/heads/master 55e772d4b -> 96af1faf9
[LOG4J2-2469] Update Apache Commons Compress from 1.17 to 1.18. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/96af1faf Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/96af1faf Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/96af1faf Branch: refs/heads/master Commit: 96af1faf9a788b218e337a210b25b975448b735d Parents: 55e772d Author: Gary Gregory <[email protected]> Authored: Wed Oct 10 11:38:46 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed Oct 10 11:38:46 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/96af1faf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1700c0a..ffaaed8 100644 --- a/pom.xml +++ b/pom.xml @@ -810,7 +810,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <dependency> <groupId>org.tukaani</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/96af1faf/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9db72f7..21fadb2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -298,6 +298,9 @@ <action issue="LOG4J2-2468" dev="ggregory" type="update"> Update Jackson from 2.9.6 to 2.9.7. </action> + <action issue="LOG4J2-2469" dev="ggregory" type="update"> + Update Apache Commons Compress from 1.17 to 1.18. + </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">
