Bump MongoDB Java client to 3.3.0

This commit is contained in:
Michael Klishin 2016-09-17 01:33:41 +03:00
parent 2f19f62e3f
commit be95971e58
No known key found for this signature in database
GPG key ID: E80EDCFA0CDB21EE
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
### MongoDB Java Driver Update
MongoDB Java driver dependency has been updated to `3.2.0`.
MongoDB Java driver dependency has been updated to `3.3.0`.
### Cursor Hinting Option Fix

View file

@ -5,7 +5,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.mongodb/mongodb-driver "3.2.0"]
[org.mongodb/mongodb-driver "3.3.0"]
[clojurewerkz/support "1.1.0"]]
:test-selectors {:default (fn [m]
(and (not (:performance m))