From 1cfb6060824aa8ff0453f835f0db0d08275c2c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:16:27 +0000 Subject: [PATCH] Update dependency org.postgresql:postgresql to v42.7.11 --- boa-sql-async/project.clj | 2 +- boa-sql/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]}}