diff --git a/project.clj b/project.clj index b5ac68d..b4286fd 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Apache License, Version 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "1.12.0"] - [org.clojure/tools.reader "1.5.0"] + [org.clojure/tools.reader "1.5.1"] [org.domaindrivenarchitecture/c4k-common-clj "9.0.1"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/"