diff --git a/CHANGELOG.md b/CHANGELOG.md index b87919b0..77ade648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ A preview of the next release can be installed from - [#1592](https://github.com/babashka/babashka/issues/1592): expose `sci.core` in babashka - [#1596](https://github.com/babashka/babashka/issues/1596): Fix `clojure.java.browse/browse-url` truncates URLs with multiple query parameters on Windows - [#1599](https://github.com/babashka/babashka/issues/1599): propagate error from `run` when task does not exist +- Bump clj-yaml to `1.0.27` ## 1.3.182 (2023-07-20) diff --git a/deps.edn b/deps.edn index 7f7aab15..3710fbde 100644 --- a/deps.edn +++ b/deps.edn @@ -31,7 +31,7 @@ org.clojure/data.csv {:mvn/version "1.0.0"}, cheshire/cheshire {:mvn/version "5.11.0"} org.clojure/data.xml {:mvn/version "0.2.0-alpha8"} - clj-commons/clj-yaml {:mvn/version "1.0.26"} + clj-commons/clj-yaml {:mvn/version "1.0.27"} com.cognitect/transit-clj {:mvn/version "1.0.333"} org.clojure/test.check {:mvn/version "1.1.1"} nrepl/bencode {:mvn/version "1.1.0"} diff --git a/project.clj b/project.clj index b8888038..7a46c81b 100644 --- a/project.clj +++ b/project.clj @@ -42,7 +42,7 @@ :profiles {:feature/xml {:source-paths ["feature-xml"] :dependencies [[org.clojure/data.xml "0.2.0-alpha8"]]} :feature/yaml {:source-paths ["feature-yaml"] - :dependencies [[clj-commons/clj-yaml "1.0.26" + :dependencies [[clj-commons/clj-yaml "1.0.27" :exclusions [org.flatland/ordered]#_#_clj-commons/clj-yaml "0.7.110"] ;; 1.15.10 cause native image bloat problem [org.flatland/ordered "1.5.9"]]}