Skip to content

Commit

Permalink
Merge pull request #39 from sakama/update_mongo-java-driver
Browse files Browse the repository at this point in the history
Update mongo-java-driver to 3.2.2 to 3.6.1
  • Loading branch information
kamatama41 authored Jan 10, 2018
2 parents 81007ca + bf171d1 commit 7b03fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b03fec

Please sign in to comment.