Skip to content

Commit b605414

Browse files
authored
Bump SnakeYAML to v2.5 (#169)
* Bump SnakeYAML to v2.5 * changelog
1 parent bf77d4b commit b605414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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])
18+
* Bump `org.yaml/snakeyaml` to version `2.5`
19+
(https://github.com/clj-commons/clj-yaml/issues/167[#167])
2020
(https://github.com/lread[@lread])
2121

2222
== v1.0.29 - 2024-11-23 [[v1.0.29]]

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

0 commit comments

Comments
 (0)