diff --git a/pom.xml b/pom.xml index d64842e..47420ac 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.clojure clojure - 1.11.2 + 1.11.3 org.clojure diff --git a/project.clj b/project.clj index 414f2cb..9b6293a 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ :scm {:name "git" :url "https://github.com/Wall-Brew-Co/brewtility"} :dependencies [[com.wallbrew/spoon "1.2.2"] - [org.clojure/clojure "1.11.2"] + [org.clojure/clojure "1.11.3"] [org.clojure/clojurescript "1.11.132" :scope "provided"]] :plugins [[com.github.clj-kondo/lein-clj-kondo "2024.03.13"]