diff --git a/pom.xml b/pom.xml index a5f3af75..f25406b1 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.clojure clojure - 1.11.1 + 1.11.2 org.clojure diff --git a/project.clj b/project.clj index 5a11591a..ac3e8481 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.1"] - [org.clojure/clojure "1.11.1"] + [org.clojure/clojure "1.11.2"] [org.clojure/clojurescript "1.11.132" :scope "provided"]] :plugins [[com.github.clj-kondo/lein-clj-kondo "2024.03.05"]