Skip to content

Commit b58ecff

Browse files
authored
Bump SnakeYAML to v2.4 (#155)
Closes #152
1 parent 6881636 commit b58ecff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ 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+
* Bump `org.yaml/snakeyaml` to version `2.4`
19+
(https://github.com/clj-commons/clj-yaml/issues/152[#152])
20+
(https://github.com/lread[@lread])
21+
1822
== v1.0.29 - 2024-11-23 [[v1.0.29]]
1923

2024
* Fixes

deps.edn

+1-1
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.3"}
2+
:deps {org.yaml/snakeyaml {:mvn/version "2.4"}
33
org.flatland/ordered {:mvn/version "1.15.12"}}
44
:deps/prep-lib {:alias :build
55
:fn compile-java

0 commit comments

Comments
 (0)