Bump clj-yaml to 1.0.27 (#1603)
This commit is contained in:
parent
2ee0df4909
commit
df5b115aab
3 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
deps.edn
2
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"}
|
||||
|
|
|
|||
|
|
@ -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"]]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue