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/03 15:08:49 UTC

[logging-log4j2] branch release-2.x updated: - mongodb3.version 3.12.4 -> 3.12.6. - mongodb4.version 4.0.3 -> 4.1.0.

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 918a808  - mongodb3.version 3.12.4 -> 3.12.6. - mongodb4.version 4.0.3 -> 4.1.0.
918a808 is described below

commit 918a8081e84eaac20dd835a467d440e27c842f82
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 3 11:08:34 2020 -0400

    - mongodb3.version 3.12.4 -> 3.12.6.
    - mongodb4.version 4.0.3 -> 4.1.0.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e04b10..486a617 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,8 +196,8 @@
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>
     <conversantDisruptorVersion>1.2.15</conversantDisruptorVersion> <!-- Version 1.2.16 requires Java 9 -->
-    <mongodb3.version>3.12.4</mongodb3.version>
-    <mongodb4.version>4.0.3</mongodb4.version>
+    <mongodb3.version>3.12.6</mongodb3.version>
+    <mongodb4.version>4.1.0</mongodb4.version>
     <groovy.version>3.0.4</groovy.version>
     <compiler.plugin.version>3.8.1</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5420541..6a02f4c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@
         Update MongoDB tests to require Java 8 unconditionally now that Log4j requires Java 8.
       </action>
       <action dev="ggregory" type="update">
-		    Update mongodb3.version from 3.12.1 to 3.12.4.
+		Update mongodb3.version from 3.12.1 to 3.12.6.
       </action>
       <action dev="ggregory" type="update">
         Update com.fasterxml.jackson.* 2.10.2 -> 2.11.0.