From 6425a4e0d70039462e90ed85de7e0a85375c9172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:31:57 -0500 Subject: [PATCH] Update dependency com.wallbrew:spoon to v1.2.2 (#145) | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | clojure | com.wallbrew:spoon | 1.2.1 | 1.2.2 | | maven | com.wallbrew:spoon | 1.2.1 | 1.2.2 | 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 57cf594..f5bbfb6 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ com.wallbrew spoon - 1.2.1 + 1.2.2 org.clojure diff --git a/project.clj b/project.clj index f425c0d..ff67d04 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.1"] + :dependencies [[com.wallbrew/spoon "1.2.2"] [org.clojure/clojure "1.11.2"] [org.clojure/clojurescript "1.11.132" :scope "provided"]]