diff --git a/deps.edn b/deps.edn index b6f4f825..ecc3d104 100644 --- a/deps.edn +++ b/deps.edn @@ -16,7 +16,7 @@ cheshire/cheshire {:mvn/version "5.10.0"} org.clojure/data.xml {:mvn/version "0.2.0-alpha6"} fipp/fipp {:mvn/version "0.6.22"} - clj-commons/clj-yaml {:mvn/version "0.7.1"} + clj-commons/clj-yaml {:mvn/version "0.7.2"} com.cognitect/transit-clj {:mvn/version "1.0.324"} nrepl/bencode {:mvn/version "1.1.0"} seancorfield/next.jdbc {:mvn/version "1.0.424"} diff --git a/project.clj b/project.clj index 457d78eb..1ac073ce 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ :profiles {:feature/xml {:source-paths ["feature-xml"] :dependencies [[org.clojure/data.xml "0.2.0-alpha6"]]} :feature/yaml {:source-paths ["feature-yaml"] - :dependencies [[clj-commons/clj-yaml "0.7.1"]]} + :dependencies [[clj-commons/clj-yaml "0.7.2"]]} :feature/jdbc {:source-paths ["feature-jdbc"] :dependencies [[seancorfield/next.jdbc "1.0.424"]]} :feature/postgresql [:feature/jdbc {:dependencies [[org.postgresql/postgresql "42.2.12"]]}]