From d9f724ea4142b414653888666b6fb851e460e528 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:30:19 +0000 Subject: [PATCH] Update dependency org.yaml:snakeyaml to v2.7 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f36931c81..0f4601d50 100644 --- a/project.clj +++ b/project.clj @@ -93,7 +93,7 @@ [org.slf4j/jul-to-slf4j ~slf4j-version] [org.slf4j/log4j-over-slf4j ~slf4j-version] [org.slf4j/slf4j-api ~slf4j-version] - [org.yaml/snakeyaml "2.6"] + [org.yaml/snakeyaml "2.7"] [pjstadig/humane-test-output "0.11.0"] [prismatic/schema "1.4.2"] [ring-basic-authentication "1.2.0"]