From 1efa20a30b97de6bf4721a8ccd475b480cd5c525 Mon Sep 17 00:00:00 2001 From: MelKori Date: Mon, 30 Sep 2024 23:40:36 +0300 Subject: [PATCH] update commons-io --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c5d18c2..8bc858b 100644 --- a/project.clj +++ b/project.clj @@ -3,4 +3,4 @@ :url "https://github.com/source-c/zlib-tiny" :license {:name "Apache License v2.0" :url "http://www.apache.org/licenses/LICENSE-2.0"} - :dependencies [[commons-io "2.15.1"]]) + :dependencies [[commons-io "2.17.0"]])