You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2014/06/04 18:36:50 UTC

[33/50] [abbrv] git commit: Update MongoDB Java Driver to 2.12.2

Update MongoDB Java Driver to 2.12.2


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

Branch: refs/heads/master
Commit: ace2c807d1492fe37cccb22b85eb3d1bd31e7f7c
Parents: f1976e0
Author: Damien Raude-Morvan <dr...@debian.org>
Authored: Wed May 21 23:50:26 2014 +0200
Committer: Damien Raude-Morvan <dr...@debian.org>
Committed: Wed May 21 23:50:26 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/gora/blob/ace2c807/gora-mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/gora-mongodb/pom.xml b/gora-mongodb/pom.xml
index 3f18a2f..5405df7 100644
--- a/gora-mongodb/pom.xml
+++ b/gora-mongodb/pom.xml
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>org.mongodb</groupId>
             <artifactId>mongo-java-driver</artifactId>
-            <version>2.12.1</version>
+            <version>2.12.2</version>
             <scope>compile</scope>
         </dependency>