From bf171d1ddac63daac2943e423a0e47330f590cf1 Mon Sep 17 00:00:00 2001 From: sakama Date: Tue, 9 Jan 2018 13:08:31 +0900 Subject: [PATCH] Update mongo-java-driver to 3.2.2 to 3.6.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5e0eed5..b53765c 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ targetCompatibility = 1.7 dependencies { compile "org.embulk:embulk-core:0.8.8" provided "org.embulk:embulk-core:0.8.8" - compile "org.mongodb:mongo-java-driver:3.2.2" + compile "org.mongodb:mongo-java-driver:3.6.1" testCompile "junit:junit:4.+" testCompile "org.embulk:embulk-core:0.8.8:tests"