Skip to content

Commit

Permalink
Upgrade MongoDB driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger authored Nov 28, 2016
1 parent 922e2e1 commit f409f41
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 @@ -51,7 +51,7 @@ idea {
}
dependencies {
compile("org.quartz-scheduler:quartz:2.2.3")
compile("org.mongodb:mongodb-driver:3.3.0")
compile("org.mongodb:mongodb-driver:3.4.0")
compile("commons-codec:commons-codec:1.10")
compile("org.slf4j:slf4j-api:1.7.21")
provided("org.clojure:clojure:1.7.0")
Expand Down

0 comments on commit f409f41

Please sign in to comment.