Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0051b1b33 -> 471ef52e4


[LOG4J2-2046] Update Apache Commons Compress from 1.13 to 1.14.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/471ef52e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/471ef52e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/471ef52e

Branch: refs/heads/master
Commit: 471ef52e44cba5bc7394c47146ba7726a3a1b1a9
Parents: 0051b1b
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Mon Sep 11 15:36:22 2017 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Mon Sep 11 15:36:22 2017 -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/471ef52e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 261e37a..37c80b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,7 +761,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>org.tukaani</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/471ef52e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7fa4941..eb9c4da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,9 @@
       <action issue="LOG4J2-2045" dev="ggregory" type="update">
         Update javax.mail from 1.5.6 to 1.6.0.
       </action>
+      <action issue="LOG4J2-2046" dev="ggregory" type="update">
+        Update Apache Commons Compress from 1.13 to 1.14.
+      </action>
     </release>
     <release version="2.9.0" date="2017-08-26" description="GA Release 2.9.0">
       <action issue="LOG4J2-1928" dev="rgoers" type="update">

Reply via email to