From 74deacc8fe4246d829526ffb4ced01d385a87bc4 Mon Sep 17 00:00:00 2001
From: Michael Beer <michael@crate.io>
Date: Tue, 12 Jul 2016 13:57:05 +0200
Subject: [PATCH] updated jdbc client to be compliant with 0.55

---
 project.clj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project.clj b/project.clj
index 8835cce5328..397d7ab2abe 100644
--- a/project.clj
+++ b/project.clj
@@ -65,8 +65,8 @@
                  [org.yaml/snakeyaml "1.17"]                          ; YAML parser (required by liquibase)
                  [org.xerial/sqlite-jdbc "3.8.11.2"]                  ; SQLite driver
                  [postgresql "9.3-1102.jdbc41"]                       ; Postgres driver
-                 [io.crate/crate-jdbc "1.12.3"]                       ; Crate JDBC driver (DON'T UPDATE THESE YET -- THEY CAUSE TESTS TO FAIL!)
-                 [io.crate/crate-client "0.54.11"]                     ; Crate Java client (used by Crate JDBC)
+                 [io.crate/crate-jdbc "1.13.0"]                       ; Crate JDBC driver (DON'T UPDATE THESE YET -- THEY CAUSE TESTS TO FAIL!)
+                 [io.crate/crate-client "0.55.2"]                     ; Crate Java client (used by Crate JDBC)
                  [prismatic/schema "1.1.2"]                           ; 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