You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2020/05/15 17:24:34 UTC

[logging-log4j2] branch release-2.x updated: Update dependencies.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 3c40027  Update dependencies.
3c40027 is described below

commit 3c4002781b898b98ed87e60abb1b8b8e089f5ec7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri May 15 13:24:29 2020 -0400

    Update dependencies.
    
    - com.fasterxml.jackson.* 2.10.2 -> 2.11.0
    - org.apache.activemq:activemq-broker 5.15.11 -> 5.15.12
    - org.apache.commons:commons-compress 1.19 -> 1.20
    - org.apache.commons:commons-csv 1.7 -> 1.8
    - org.apache.commons:commons-lang3 3.9 -> 3.10
    - org.codehaus.groovy:* 2.5.6 -> 3.0.3
---
 src/changes/changes.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80bf94d..e61edcb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,24 @@
       <action dev="ggregory" type="update">
 		Update mongodb3.version from 3.12.1 to 3.12.4.
       </action>
+      <action dev="ggregory" type="update">
+        Update com.fasterxml.jackson.* 2.10.2 -> 2.11.0.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.apache.activemq:activemq-broker 5.15.11 -> 5.15.12.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.apache.commons:commons-compress 1.19 -> 1.20.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.apache.commons:commons-csv 1.7 -> 1.8.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.apache.commons:commons-lang3 3.9 -> 3.10.
+      </action>
+      <action dev="ggregory" type="update">
+        Update org.codehaus.groovy:* 2.5.6 -> 3.0.3.
+      </action>
     </release>
     <release version="2.13.3" date="2020-05-10" description="GA Release 2.13.3">
       <action issue="LOG4J2-2838" dev="rgoers" type="fix">