From 216674cd3d844814a44a789e76ee24bd13aaa42f Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 23 Jul 2018 14:34:48 +0200 Subject: [PATCH] Upgrade mongo drivers to 3.8.0 GA version I'm trying to upgrade with latest mongoDB drivers for Java. In case these drivers are breaking the tests I'll try with former `3.7.1` or `3.6.4` drivers version. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4c92739..c66a4b9 100644 --- a/project.clj +++ b/project.clj @@ -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.6.0-beta2"] + [org.mongodb/mongodb-driver "3.8.0"] [clojurewerkz/support "1.1.0"]] :test-selectors {:default (fn [m] (and (not (:performance m))