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/08/04 14:39:34 UTC

[logging-log4j2] branch release-2.x updated: - Update jackson 2.11.0 -> 2.11.2. - Update tests activemq 5.15.12 -> 5.16.0. - Update tests groovy 3.0.4 -> 3.0.5. - Update tests hsqldb 2.5.0 -> 2.5.1.

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 c417601  - Update jackson 2.11.0 -> 2.11.2. - Update tests activemq 5.15.12 -> 5.16.0. - Update tests groovy 3.0.4 -> 3.0.5. - Update tests hsqldb 2.5.0 -> 2.5.1.
c417601 is described below

commit c417601408cc3463546f0bc8f1369b7615a0b8ad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 4 10:39:26 2020 -0400

    - Update jackson 2.11.0 -> 2.11.2.
    - Update tests activemq 5.15.12 -> 5.16.0.
    - Update tests groovy 3.0.4 -> 3.0.5.
    - Update tests hsqldb 2.5.0 -> 2.5.1.
---
 pom.xml                 |  8 ++++----
 src/changes/changes.xml | 10 ++++++++--
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 486a617..f28931a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@
     <slf4jVersion>1.7.25</slf4jVersion>
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.11.0</jackson2Version>
+    <jackson2Version>2.11.2</jackson2Version>
     <springVersion>3.2.18.RELEASE</springVersion>
     <kubernetes-client.version>4.6.1</kubernetes-client.version>
     <flumeVersion>1.9.0</flumeVersion>
@@ -198,7 +198,7 @@
     <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion> <!-- Version 1.2.16 requires Java 9 -->
     <mongodb3.version>3.12.6</mongodb3.version>
     <mongodb4.version>4.1.0</mongodb4.version>
-    <groovy.version>3.0.4</groovy.version>
+    <groovy.version>3.0.5</groovy.version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
@@ -235,7 +235,7 @@
     <javax.persistence>2.1.1</javax.persistence>
     <!-- The OSGi API version MUST always be the MINIMUM version Log4j supports -->
     <osgi.api.version>4.3.1</osgi.api.version>
-    <activemq.version>5.15.12</activemq.version>
+    <activemq.version>5.16.0</activemq.version>
     <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
     <minSeverity>info</minSeverity>
     <jctoolsVersion>1.2.1</jctoolsVersion>
@@ -737,7 +737,7 @@
       <dependency>
         <groupId>org.hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1</version>
       </dependency>
       <dependency>
         <groupId>com.h2database</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a02f4c..3d4bc84 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,7 @@
         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.
+        Update org.apache.activemq:activemq-broker 5.15.11 -> 5.16.0.
       </action>
       <action dev="ggregory" type="update">
         Update org.apache.commons:commons-compress 1.19 -> 1.20.
@@ -95,7 +95,7 @@
         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.
+        Update org.codehaus.groovy:* 2.5.6 -> 3.0.5.
       </action>
       <action dev="ggregory" type="update">
         Update tests junit:junit 4.12 -> 4.13.
@@ -103,6 +103,12 @@
       <action dev="ggregory" type="update">
         Update tests commons-io:commons-io 2.6 -> 2.7.
       </action>
+      <action dev="ggregory" type="update">
+        Update jackson 2.11.0 -> 2.11.2.
+      </action>
+      <action dev="ggregory" type="update">
+        Update tests hsqldb 2.5.0 -> 2.5.1.
+      </action>
       <action issue="LOG4J2-2895" dev="ckozak" type="fix">
         Fix potential deadlock in asynchronous logging by avoiding blocking for queue space on Log4jThreads
       </action>