From 9c88f2330453064dc3f319b10562a3c8b61bb2df Mon Sep 17 00:00:00 2001 From: Christian Haudum <christian.haudum@gmail.com> Date: Thu, 15 Dec 2016 14:28:43 +0100 Subject: [PATCH] update crate-jdbc to 2.1.2 which fixes a critical bug that broke the postgresql implementation due to overriding jdbc connection string --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bfb2789fe49..5171a4ac0ae 100644 --- a/project.clj +++ b/project.clj @@ -68,7 +68,7 @@ [org.yaml/snakeyaml "1.17"] ; YAML parser (required by liquibase) [org.xerial/sqlite-jdbc "3.8.11.2"] ; SQLite driver !!! DO NOT UPGRADE THIS UNTIL UPSTREAM BUG IS FIXED -- SEE https://github.com/metabase/metabase/issues/3753 !!! [postgresql "9.3-1102.jdbc41"] ; Postgres driver - [io.crate/crate-jdbc "2.1.1"] ; Crate JDBC driver + [io.crate/crate-jdbc "2.1.2"] ; Crate JDBC driver [prismatic/schema "1.1.3"] ; Data schema declaration and validation library [ring/ring-jetty-adapter "1.5.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests) [ring/ring-json "0.4.0"] ; Ring middleware for reading/writing JSON automatically -- GitLab