From b5ce5479172fc7fe15ece9b6c2310809a15e5883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:29:04 -0500 Subject: [PATCH] fix(deps): update dependency com.wallbrew:spoon to v1.4.0 (#110) --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 65c68fa..5b775f5 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ com.wallbrew spoon - 1.3.0 + 1.4.0 java-time-literals diff --git a/project.clj b/project.clj index d57594f..9c22cc0 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"] [java-time-literals/java-time-literals "2018-04-06"] [metosin/spec-tools "0.10.7"] [org.clojure/clojure "1.12.0"]]