You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/09/27 20:41:18 UTC

[26/50] [abbrv] logging-log4j2 git commit: [LOG4J2-1040] Update MongoDB driver from 2.13.3 to 3.0.4. The code will still work with 2.13.3.

[LOG4J2-1040] Update MongoDB driver from 2.13.3 to 3.0.4. The code will
still work with 2.13.3.


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

Branch: refs/heads/LOG4J2-1136
Commit: 896a7a52b27fb7ddf18f97d15440225f8a20af5e
Parents: 3791207
Author: ggregory <gg...@apache.org>
Authored: Thu Sep 24 01:16:48 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Sun Sep 27 10:47:29 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/896a7a52/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fc3dbc7..b41342d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -677,7 +677,7 @@
       <dependency>
         <groupId>org.mongodb</groupId>
         <artifactId>mongo-java-driver</artifactId>
-        <version>2.13.3</version>
+        <version>3.0.4</version>
       </dependency>
       <dependency>
         <groupId>org.lightcouch</groupId>