From 2d26f5a6bb11617a5796a7123143387d4f545a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:13:59 +0000 Subject: [PATCH] Update dependency prismatic:schema to v1.4.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e7dacda0..7f7b8bbf 100644 --- a/project.clj +++ b/project.clj @@ -34,7 +34,7 @@ [org.openvoxproject/trapperkeeper "5.0.4" :classifier "test"] [org.tcrawley/dynapath "1.1.0"] [ring/ring-core "1.15.5"] - [prismatic/schema "1.4.1"] + [prismatic/schema "1.4.2"] [slingshot "0.12.2"]] :dependencies [[org.clojure/clojure]