You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/08/04 04:48:57 UTC

[GitHub] ilooner closed pull request #1416: DRILL-6409: Updates mongo-java-driver to 3.8.0

ilooner closed pull request #1416: DRILL-6409: Updates mongo-java-driver to 3.8.0
URL: https://github.com/apache/drill/pull/1416
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 788e1fa8080..899bf90d1ea 100644
--- a/contrib/storage-mongo/pom.xml
+++ b/contrib/storage-mongo/pom.xml
@@ -45,7 +45,7 @@
   <dependency>
     <groupId>org.mongodb</groupId>
     <artifactId>mongo-java-driver</artifactId>
-    <version>3.2.0</version>
+    <version>3.8.0</version>
   </dependency>
 
     <!-- Test dependencie -->
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 7aab7240e4e..f175c654c01 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>org.mongodb</groupId>
       <artifactId>mongo-java-driver</artifactId>
-      <version>3.2.0</version>
+      <version>3.8.0</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.module</groupId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services