Skip to content

Commit

Permalink
Merge pull request technomancy#2712 from utkarsh2102/update-commons-io
Browse files Browse the repository at this point in the history
Update commons-io to 2.8.0
  • Loading branch information
technomancy authored Nov 22, 2020
2 parents 7df5071 + ec412b6 commit 3b932fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2.9.5

* Update nREPL to 0.8. (Bozhidar Batsov)
* Update commons-io t0 2.8.0. (Utkarsh Gupta)

## 2.9.4 / 2020-07-08

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
;; bump versions of various common transitive deps
[net.cgrand/parsley "0.9.3" :exclusions [org.clojure/clojure]]
[scout "0.1.1"]
[commons-io "2.6"]]
[commons-io "2.8.0"]]
:pedantic? :abort
;; checkout-deps don't work with :eval-in :leiningen
:profiles {:dev {:resource-paths ["leiningen-core/dev-resources"]
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/bootclasspath-deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
clojure-complete "0.2.5"
com.hypirion/io "0.3.1"
commons-codec "1.11"
commons-io "2.6"
commons-io "2.8.0"
commons-lang "2.6"
commons-logging "1.2"
javax.inject "1"
Expand Down

0 comments on commit 3b932fb

Please sign in to comment.