diff --git a/project.clj b/project.clj index 69a65b6..a6b81aa 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://github.com/ruroru/clipper" :license {:name "EPL-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojure/clojure "1.12.4"] + :dependencies [[org.clojure/clojure "1.12.5"] [org.clojure/tools.logging "1.3.1"]] :source-paths ["src/clojure/main"] :test-paths ["src/clojure/test"]