From 26f372b07bf5a320ffe6c2bcda40d1c1c82b7329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 08:16:06 -0500 Subject: [PATCH] Update dependency com.wallbrew:spoon to v1.2.3 (#166) | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | clojure | com.wallbrew:spoon | 1.2.2 | 1.2.3 | | maven | com.wallbrew:spoon | 1.2.2 | 1.2.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 47420ace..2916ccb2 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ com.wallbrew spoon - 1.2.2 + 1.2.3 org.clojure diff --git a/project.clj b/project.clj index 9b6293a3..bdd53e97 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ :comments "Same-as all Wall-Brew projects."} :scm {:name "git" :url "https://github.com/Wall-Brew-Co/brewtility"} - :dependencies [[com.wallbrew/spoon "1.2.2"] + :dependencies [[com.wallbrew/spoon "1.2.3"] [org.clojure/clojure "1.11.3"] [org.clojure/clojurescript "1.11.132" :scope "provided"]]