diff --git a/jdbc/project.clj b/jdbc/project.clj index 353f303..b434a84 100644 --- a/jdbc/project.clj +++ b/jdbc/project.clj @@ -9,4 +9,4 @@ [dev.weavejester/ragtime.core "0.9.3"] [resauce "0.2.0"]] :profiles - {:dev {:dependencies [[com.h2database/h2 "1.4.200"]]}}) + {:dev {:dependencies [[com.h2database/h2 "2.2.224"]]}}) diff --git a/next-jdbc/project.clj b/next-jdbc/project.clj index 9d15e00..a78352c 100644 --- a/next-jdbc/project.clj +++ b/next-jdbc/project.clj @@ -5,8 +5,8 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.10.3"] - [com.github.seancorfield/next.jdbc "1.2.772"] + [com.github.seancorfield/next.jdbc "1.3.909"] [dev.weavejester/ragtime.core "0.9.3"] [resauce "0.2.0"]] :profiles - {:dev {:dependencies [[com.h2database/h2 "2.1.210"]]}}) + {:dev {:dependencies [[com.h2database/h2 "2.2.224"]]}})