Bump clj-yaml to 1.0.26

This commit is contained in:
Michiel Borkent 2023-04-12 15:14:50 +02:00
parent 9365a24eed
commit 1a54f03ce3
2 changed files with 2 additions and 2 deletions

View file

@ -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 "0.7.169"}
clj-commons/clj-yaml {:mvn/version "1.0.26"}
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"}

View file

@ -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 "0.7.169"
:dependencies [[clj-commons/clj-yaml "1.0.26"
: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"]]}