Skip to content

Commit

Permalink
bump dep: org.flatland/ordered (#124)
Browse files Browse the repository at this point in the history
Closes #123
  • Loading branch information
lread authored Jun 17, 2024
1 parent 2569e26 commit b1fc866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
// (adjust these in publish.clj as you see fit)
== Unreleased

* Dependencies
** Bump `org.flatland/ordered` to `1.15.12`
(https://github.com/clj-commons/clj-yaml/issues/123[#123])
(https://github.com/lread[@lread])

== v1.0.27 - 2023-08-11 [[v1.0.27]]

* New Features
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src/clojure" "target/classes" "resources"]
:deps {org.yaml/snakeyaml {:mvn/version "2.1"}
org.flatland/ordered {:mvn/version "1.15.11"}}
org.flatland/ordered {:mvn/version "1.15.12"}}
:deps/prep-lib {:alias :build
:fn compile-java
:ensure "target/classes"}
Expand Down

0 comments on commit b1fc866

Please sign in to comment.