Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
// (adjust these in publish.clj as you see fit)
== Unreleased

* Bump `org.yaml/snakeyaml` to version `2.4`
(https://github.com/clj-commons/clj-yaml/issues/152[#152])
* Bump `org.yaml/snakeyaml` to version `2.5`
(https://github.com/clj-commons/clj-yaml/issues/167[#167])
(https://github.com/lread[@lread])

== v1.0.29 - 2024-11-23 [[v1.0.29]]
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.4"}
:deps {org.yaml/snakeyaml {:mvn/version "2.5"}
org.flatland/ordered {:mvn/version "1.15.12"}}
:deps/prep-lib {:alias :build
:fn compile-java
Expand Down