From f73df4288c1602de36f0d01682b75b345004d0e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:18:05 +0000 Subject: [PATCH] Update dependency org.clojars.jj:boa-async-query to v1.0.4 --- async-boa-sql/project.clj | 2 +- next-jdbc-async-adapter/project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/async-boa-sql/project.clj b/async-boa-sql/project.clj index bac4c28..08bb3bb 100644 --- a/async-boa-sql/project.clj +++ b/async-boa-sql/project.clj @@ -24,7 +24,7 @@ :dependencies [[org.clojure/clojure "1.12.4"] - [org.clojars.jj/boa-async-query "1.0.4-SNAPSHOT"] + [org.clojars.jj/boa-async-query "1.0.4"] [org.clojars.jj/next-jdbc-async-adapter "1.0.4-SNAPSHOT"] [org.clojure/tools.logging "1.3.1"]] diff --git a/next-jdbc-async-adapter/project.clj b/next-jdbc-async-adapter/project.clj index 40025b2..7d07ca9 100644 --- a/next-jdbc-async-adapter/project.clj +++ b/next-jdbc-async-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-async-query "1.0.4-SNAPSHOT"] + :dependencies [[org.clojars.jj/boa-async-query "1.0.4"] [com.github.seancorfield/next.jdbc "1.3.1093"] [org.clojure/tools.logging "1.3.1"]]