diff --git a/project.clj b/project.clj index 5c4f342..8a6b8d4 100644 --- a/project.clj +++ b/project.clj @@ -8,14 +8,14 @@ [compojure "1.5.1"] [ring/ring-defaults "0.2.1"] [org.clojure/java.jdbc "0.7.3"] - [org.postgresql/postgresql "42.1.4"] + [org.postgresql/postgresql "42.2.2"] [com.mchange/c3p0 "0.9.5.2"] [ring-middleware-format "0.7.2"] [org.clojure/data.json "0.2.6"] [ring/ring-json "0.4.0"] [ring/ring-mock "0.3.1"] [ring/ring-jetty-adapter "1.4.0"] - [com.layerware/hugsql "0.4.8"] + [com.layerware/hugsql "0.5.1"] [buddy/buddy-auth "2.1.0"] [clj-http "3.7.0"] [amazonica "0.3.121"]]