From 98cc79c39cc21ed9dc25cf9231638d8e3712d6f6 Mon Sep 17 00:00:00 2001 From: lread Date: Tue, 30 Sep 2025 14:01:43 -0400 Subject: [PATCH 1/2] Bump SnakeYAML to v2.5 --- deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.edn b/deps.edn index cce971a..7843f95 100644 --- a/deps.edn +++ b/deps.edn @@ -1,5 +1,5 @@ {:paths ["src/clojure" "target/classes" "resources"] - :deps {org.yaml/snakeyaml {:mvn/version "2.4"} + :deps {org.yaml/snakeyaml {:mvn/version "2.5"} org.flatland/ordered {:mvn/version "1.15.12"}} :deps/prep-lib {:alias :build :fn compile-java From f99242e80a59d4171ae66587a17ff242a92ac2b0 Mon Sep 17 00:00:00 2001 From: lread Date: Tue, 30 Sep 2025 14:24:34 -0400 Subject: [PATCH 2/2] changelog --- CHANGELOG.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e7521b5..7cac34a 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -15,8 +15,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/ // (adjust these in publish.clj as you see fit) == Unreleased -* Bump `org.yaml/snakeyaml` to version `2.4` -(https://github.com/clj-commons/clj-yaml/issues/152[#152]) +* Bump `org.yaml/snakeyaml` to version `2.5` +(https://github.com/clj-commons/clj-yaml/issues/167[#167]) (https://github.com/lread[@lread]) == v1.0.29 - 2024-11-23 [[v1.0.29]]