From e63ec9305bac9c12f54444db3bd608040cd2cde2 Mon Sep 17 00:00:00 2001
From: Ryan Senior <ryan@metabase.com>
Date: Thu, 12 Jul 2018 14:51:32 -0500
Subject: [PATCH] Bump Liquibase to 3.6.2

---
 project.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.clj b/project.clj
index 76ed1ee7428..5e154b075b8 100644
--- a/project.clj
+++ b/project.clj
@@ -83,7 +83,7 @@
                  [net.sf.cssbox/cssbox "4.12"                         ; HTML / CSS rendering
                   :exclusions [org.slf4j/slf4j-api]]
                  [org.clojars.pntblnk/clj-ldap "0.0.12"]              ; LDAP client
-                 [org.liquibase/liquibase-core "3.5.3"]               ; migration management (Java lib)
+                 [org.liquibase/liquibase-core "3.6.2"]               ; migration management (Java lib)
                  [org.postgresql/postgresql "42.2.2"]                 ; Postgres driver
                  [org.slf4j/slf4j-log4j12 "1.7.25"]                   ; abstraction for logging frameworks -- allows end user to plug in desired logging framework at deployment time
                  [org.tcrawley/dynapath "0.2.5"]                      ; Dynamically add Jars (e.g. Oracle or Vertica) to classpath
-- 
GitLab