Skip to content

Commit

Permalink
Bump library version(s) wrt lein ancient 2024-12-12
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevreeze committed Dec 12, 2024
1 parent d64e0ab commit 1e939e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genied/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.12.0"]
[org.clojure/tools.cli "1.1.230"]
[commons-io "2.17.0"] ; 2024-08-17: for Excel, POI 5.3.0. Make explicit, lein ancient will mention new versions.
[commons-io "2.18.0"] ; 2024-08-17: for Excel, POI 5.3.0. Make explicit, lein ancient will mention new versions.
[org.apache.commons/commons-compress "1.27.1"] ; 2024-08-17: this one used commons-io 2.16.1, make explicit
[clj-commons/fs "1.6.311"]
[nrepl "1.3.0"]
[clj-commons/pomegranate "1.2.24"] ; 2021-02-21: for dynamic loading of libraries.
[org.apache.httpcomponents/httpclient "4.5.14"] ; explicit, also 4.5.8 in deps.
[org.apache.httpcomponents/httpcore "4.4.16"] ; 2021-05-18: also explicit for now, wrt conflicts.
[org.slf4j/slf4j-nop "2.0.16"] ; 2021-04-04: getting rid of SLF warning
[org.jsoup/jsoup "1.18.1"] ; 2021-04-04: try to get rid of reflective warning.
[org.jsoup/jsoup "1.18.3"] ; 2021-04-04: try to get rid of reflective warning.
[ndevreeze/logger "0.6.2"] ; 2024-04-03: 0.6.2 includes java-time 1.4.2 and threeten-extra 1.2.
[ndevreeze/cmdline "0.2.0"]
[org.tcrawley/dynapath "1.1.0"] ; 2023-01-29: fix lein deps warning
Expand Down

0 comments on commit 1e939e4

Please sign in to comment.