Skip to content

Commit

Permalink
Bump SnakeYAML to v2.3 (#138)
Browse files Browse the repository at this point in the history
Closes #134
  • Loading branch information
lread authored Sep 9, 2024
1 parent 78861f9 commit 1a89276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
== Unreleased

* Dependencies
** Bump `org.flatland/ordered` to `1.15.12`
** Bump `org.flatland/ordered` to version `1.15.12`
(https://github.com/clj-commons/clj-yaml/issues/123[#123])
(https://github.com/lread[@lread])
** Bump `org.yaml/snakeyaml` to version `2.3`
(https://github.com/clj-commons/clj-yaml/issues/134[#134])
(https://github.com/lread[@lread])
** Add `:indent-with-indicator` dumper option to support indenting lists
(https://github.com/clj-commons/clj-yaml/issues/136[#136])
(https://github.com/lread[@lread])
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src/clojure" "target/classes" "resources"]
:deps {org.yaml/snakeyaml {:mvn/version "2.1"}
:deps {org.yaml/snakeyaml {:mvn/version "2.3"}
org.flatland/ordered {:mvn/version "1.15.12"}}
:deps/prep-lib {:alias :build
:fn compile-java
Expand Down

0 comments on commit 1a89276

Please sign in to comment.