aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Kfoury <pkfoury@purdue.edu>2018-08-01 16:41:35 -0500
committerTimothy Farkas <timothyfarkas@apache.org>2018-08-03 21:46:54 -0700
commit734cd1a9f8edb98ef22446ed1c8cd1f001612578 (patch)
tree8415066e6f9bb3334977bf12109d0187c161a11d /contrib
parent11f3c332bb4b51ad43053cb3b1fad5891bda2132 (diff)
DRILL-6409: Updates mongo-java-driver to 3.8.0
closes #1416
Diffstat (limited to 'contrib')
-rw-r--r--contrib/storage-mongo/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml
index 788e1fa80..899bf90d1 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 -->