diff --git a/project.clj b/project.clj index 8523d58f63..5a00cbb720 100644 --- a/project.clj +++ b/project.clj @@ -3,10 +3,10 @@ :url "https://github.com/athos/clojars-rss" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} - :dependencies [[org.clojure/clojure "1.11.0"] + :dependencies [[org.clojure/clojure "1.11.1"] [cheshire "5.10.2"] [org.martinklepsch/clj-http-lite "0.4.3"] - [pogonos "0.1.1"]] + [pogonos "0.2.0"]] :main clojars-rss.main :repl-options {:init-ns clojars-rss.main} :profiles {:uberjar {:aot :all}