From bc0e1fb417574f2fec0b3c8bf1aac6cbc685a59f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:18:10 +0000 Subject: [PATCH] Update dependency org.clojars.jj:boa-query to v1.0.4 --- boa-sql/project.clj | 2 +- next-jdbc-adapter/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boa-sql/project.clj b/boa-sql/project.clj index 34a0140..ce11824 100644 --- a/boa-sql/project.clj +++ b/boa-sql/project.clj @@ -25,7 +25,7 @@ :dependencies [[org.clojure/clojure "1.12.4"] - [org.clojars.jj/boa-query "1.0.4-SNAPSHOT"] + [org.clojars.jj/boa-query "1.0.4"] [org.clojars.jj/next-jdbc-adapter "1.0.4-SNAPSHOT"] [org.clojure/tools.logging "1.3.1"]] diff --git a/next-jdbc-adapter/project.clj b/next-jdbc-adapter/project.clj index 332e1d1..b186b19 100644 --- a/next-jdbc-adapter/project.clj +++ b/next-jdbc-adapter/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/ruroru/boa-sql" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojars.jj/boa-query "1.0.4-SNAPSHOT"] + :dependencies [[org.clojars.jj/boa-query "1.0.4"] [com.github.seancorfield/next.jdbc "1.3.1093"] [org.clojure/tools.logging "1.3.1"]]