This is an automated email from the ASF dual-hosted git repository.
timothyfarkas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 734cd1a DRILL-6409: Updates mongo-java-driver to 3.8.0
734cd1a is described below
commit 734cd1a9f8edb98ef22446ed1c8cd1f001612578
Author: Peter Kfoury <[email protected]>
AuthorDate: Wed Aug 1 16:41:35 2018 -0500
DRILL-6409: Updates mongo-java-driver to 3.8.0
closes #1416
---
contrib/storage-mongo/pom.xml | 2 +-
exec/java-exec/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 788e1fa..899bf90 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 7aab724..f175c65 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>