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 2015/06/03 08:53:33 UTC

logging-log4j2 git commit: [LOG4J2-1041] Update MongoDB driver from 2.11.2 to 2.13.2. Testing with MongoDB server 3.0.3 on Windows 7-64-bit.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 286aa3c83 -> d6da9316f


[LOG4J2-1041] Update MongoDB driver from 2.11.2 to 2.13.2. Testing with
MongoDB server 3.0.3 on Windows 7-64-bit.

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

Branch: refs/heads/master
Commit: d6da9316f3425c3e97fc9b5c935a77f9a40fd940
Parents: 286aa3c
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jun 2 23:53:30 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jun 2 23:53:30 2015 -0700

----------------------------------------------------------------------
 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/d6da9316/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f59ccc..8108b5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,7 +656,7 @@
       <dependency>
         <groupId>org.mongodb</groupId>
         <artifactId>mongo-java-driver</artifactId>
-        <version>2.11.2</version>
+        <version>2.13.2</version>
       </dependency>
       <dependency>
         <groupId>org.lightcouch</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d6da9316/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a310af..f5a658e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,9 @@
       <action issue="LOG4J2-1036" dev="ggregory" type="update">
         Update Apache Flume from 1.5.2 to 1.6.0.
       </action>
+      <action issue="LOG4J2-1041" dev="ggregory" type="update">
+        Update MongoDB driver from 2.11.2 to 2.13.2.
+      </action>
       <action issue="LOG4J2-1018" dev="ggregory" type="update">
         Update database tests from H2 1.3.175 to 1.3.176.
       </action>