From a9ca14862d73f974ad605a9f555eadd28b79bb76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:54:09 +0000 Subject: [PATCH] fix(deps): update dependency com.wallbrew:spoon to v1.4.0 | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | clojure | com.wallbrew:spoon | 1.3.0 | 1.4.0 | | maven | com.wallbrew:spoon | 1.3.0 | 1.4.0 | --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9facf1..daf0e54 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ com.wallbrew spoon - 1.3.0 + 1.4.0 org.clojure diff --git a/project.clj b/project.clj index ed50f60..c37d367 100644 --- a/project.clj +++ b/project.clj @@ -10,7 +10,7 @@ :pom-addition [:organization [:name "Wall Brew Co."] [:url "https://wallbrew.com"]] - :dependencies [[com.wallbrew/spoon "1.3.0"] + :dependencies [[com.wallbrew/spoon "1.4.0"] [org.clojure/clojure "1.12.0"] [org.clojure/clojurescript "1.11.132" :scope "provided"]]