diff --git a/boa-sql-async/project.clj b/boa-sql-async/project.clj index 1b1e94a..15dd443 100644 --- a/boa-sql-async/project.clj +++ b/boa-sql-async/project.clj @@ -13,7 +13,7 @@ [com.h2database/h2 "2.4.240"] [org.clojars.jj/ring-http-exchange "1.4.4"] [hato "1.0.0"] - [org.postgresql/postgresql "42.7.10"] + [org.postgresql/postgresql "42.7.11"] [com.github.seancorfield/next.jdbc "1.3.1093"]] :resource-paths ["test/resources"]}} diff --git a/boa-sql/project.clj b/boa-sql/project.clj index dd5ad7d..50909a5 100644 --- a/boa-sql/project.clj +++ b/boa-sql/project.clj @@ -14,7 +14,7 @@ [org.clojars.jj/ring-http-exchange "1.4.4"] [hato "1.0.0"] - [org.postgresql/postgresql "42.7.10"] + [org.postgresql/postgresql "42.7.11"] [com.github.seancorfield/next.jdbc "1.3.1093"]] :resource-paths ["test/resources"]}}