Skip to content

Commit 88a2de1

Browse files
committed
update commons-io
1 parent 17cac92 commit 88a2de1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pom.xml.asc
1111
.hg/
1212
.idea/
1313
.gitignore
14-
*.iml
14+
*.iml

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
(defproject net.tbt-post/zlib-tiny "0.5.1"
1+
(defproject net.tbt-post/zlib-tiny "0.5.2"
22
:description "Tiny Clojure ZLib helper"
33
:url "https://github.com/source-c/zlib-tiny"
44
:license {:name "Apache License v2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6-
:dependencies [[commons-io "2.13.0"]])
6+
:dependencies [[commons-io "2.15.1"]])

0 commit comments

Comments
 (0)