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/10/10 23:13:47 UTC

logging-log4j2 git commit: [LOG4J2-2472] Update mongo-java-driver 3 from 3.8.0 to 3.8.2.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x 6b0d4bb1f -> 60dadf37c


[LOG4J2-2472] Update mongo-java-driver 3 from 3.8.0 to 3.8.2.

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

Branch: refs/heads/release-2.x
Commit: 60dadf37c71bc0deee83793cb1e3315c0e8de9d2
Parents: 6b0d4bb
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Wed Oct 10 17:13:43 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Wed Oct 10 17:13:43 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/60dadf37/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7e40f05..4571489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,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.8.0</mongodb3.version>
+    <mongodb3.version>3.8.2</mongodb3.version>
     <compiler.plugin.version>3.8.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/60dadf37/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7fb6d1a..666125a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,9 @@
       <action issue="LOG4J2-2471" dev="ggregory" type="update">
         Update javax.mail from 1.6.1 to 1.6.2.
       </action>
+      <action issue="LOG4J2-2472" dev="ggregory" type="update">
+        Update mongo-java-driver 3 from 3.8.0 to 3.8.2.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">