Skip to content

Commit 1a89276

Browse files
authored
Bump SnakeYAML to v2.3 (#138)
Closes #134
1 parent 78861f9 commit 1a89276

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
1616
== Unreleased
1717

1818
* Dependencies
19-
** Bump `org.flatland/ordered` to `1.15.12`
19+
** Bump `org.flatland/ordered` to version `1.15.12`
2020
(https://github.com/clj-commons/clj-yaml/issues/123[#123])
2121
(https://github.com/lread[@lread])
22+
** Bump `org.yaml/snakeyaml` to version `2.3`
23+
(https://github.com/clj-commons/clj-yaml/issues/134[#134])
24+
(https://github.com/lread[@lread])
2225
** Add `:indent-with-indicator` dumper option to support indenting lists
2326
(https://github.com/clj-commons/clj-yaml/issues/136[#136])
2427
(https://github.com/lread[@lread])

deps.edn

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

0 commit comments

Comments
 (0)