Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x a5ef45894 -> 12fcd1f1c


[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/12fcd1f1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/12fcd1f1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/12fcd1f1

Branch: refs/heads/release-2.x
Commit: 12fcd1f1c54da416fc099734a065bed5552f2e6c
Parents: a5ef458
Author: Gary Gregory <ggreg...@rocketsoftware.com>
Authored: Wed Oct 10 11:40:15 2018 -0600
Committer: Gary Gregory <ggreg...@rocketsoftware.com>
Committed: Wed Oct 10 11:40:15 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/12fcd1f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4859e07..7ccae98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -811,7 +811,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/12fcd1f1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80e488a..21b7d47 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,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">

Reply via email to