Skip to content

Commit b1fc866

Browse files
authored
bump dep: org.flatland/ordered (#124)
Closes #123
1 parent 2569e26 commit b1fc866

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
1515
// (adjust these in publish.clj as you see fit)
1616
== Unreleased
1717

18+
* Dependencies
19+
** Bump `org.flatland/ordered` to `1.15.12`
20+
(https://github.com/clj-commons/clj-yaml/issues/123[#123])
21+
(https://github.com/lread[@lread])
22+
1823
== v1.0.27 - 2023-08-11 [[v1.0.27]]
1924

2025
* New Features

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src/clojure" "target/classes" "resources"]
22
:deps {org.yaml/snakeyaml {:mvn/version "2.1"}
3-
org.flatland/ordered {:mvn/version "1.15.11"}}
3+
org.flatland/ordered {:mvn/version "1.15.12"}}
44
:deps/prep-lib {:alias :build
55
:fn compile-java
66
:ensure "target/classes"}

0 commit comments

Comments
 (0)