From 85cfb7c2b54cab8272c2bfaf7ef5e04ffcdeccdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:12:32 +0000 Subject: [PATCH] Update dependency commons-io:commons-io to v2.22.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b3256cc..fa35cfd 100644 --- a/project.clj +++ b/project.clj @@ -14,7 +14,7 @@ ;; because it is a dep of a dep with a different version, move it here. :managed-dependencies [[org.clojure/clojure "1.12.4"] [bidi "2.1.6"] - [commons-io "2.21.0"] + [commons-io "2.22.0"] [compojure "1.7.2"] [org.openvoxproject/kitchensink "3.5.6"] [prismatic/schema "1.4.1"]]