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 2018/07/19 16:08:39 UTC

logging-log4j2 git commit: [LOG4J2-2382] Update Mongodb 3 driver from 3.6.3 to 3.8.0.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 9e75c0b82 -> 054281e08


[LOG4J2-2382] Update Mongodb 3 driver from 3.6.3 to 3.8.0.

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

Branch: refs/heads/release-2.x
Commit: 054281e08a35d63b37ba1cbcb2a9b7456102f782
Parents: 9e75c0b
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jul 19 10:08:35 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jul 19 10:08:35 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/054281e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 37fdf55..bbc135e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
     <disruptorVersion>3.4.2</disruptorVersion>
     <conversantDisruptorVersion>1.2.10</conversantDisruptorVersion> <!-- Version 1.2.11 requires Java 8 -->
     <mongodb2.version>2.14.3</mongodb2.version>
-    <mongodb3.version>3.6.3</mongodb3.version>
+    <mongodb3.version>3.8.0</mongodb3.version>
     <compiler.plugin.version>3.7.0</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <findbugs.plugin.version>3.0.5</findbugs.plugin.version>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/054281e0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71a3684..3dee2c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -155,6 +155,9 @@
       <action issue="LOG4J2-2377" dev="ggregory" type="fix" due-to="Mirko Rzehak, Gary Gregory">
         NullPointerException in org.apache.logging.log4j.util.LoaderUtil.getClassLoaders() when using Bootstrap class loader.
       </action>
+      <action issue="LOG4J2-2382" dev="ggregory" type="fix">
+        Update Mongodb 3 driver from 3.6.3 to 3.8.0.
+      </action>
     </release>
     <release version="2.11.0" date="2018-03-11" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">