Bump http-client + deps.clj
This commit is contained in:
parent
0e47d7f7a6
commit
b1a5f4e8df
3 changed files with 3 additions and 3 deletions
2
deps.clj
2
deps.clj
|
|
@ -1 +1 @@
|
|||
Subproject commit 4918fb6fb6f90019fbc0f5d3f3cda036fa864a4a
|
||||
Subproject commit 77b3970e56f8811ff98c52337fa66a62de67f51f
|
||||
2
deps.edn
2
deps.edn
|
|
@ -51,7 +51,7 @@
|
|||
insn/insn {:mvn/version "0.5.2"}
|
||||
org.clojure/core.rrb-vector {:mvn/version "0.1.2"}
|
||||
org.babashka/cli {:mvn/version "0.7.51"}
|
||||
org.babashka/http-client {:mvn/version "0.2.9"}
|
||||
org.babashka/http-client {:mvn/version "0.3.11"}
|
||||
;; native image bloat with ordered 1.5.10
|
||||
org.flatland/ordered {:mvn/version "1.5.9"}}
|
||||
:aliases {:babashka/dev
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
[rewrite-clj/rewrite-clj "1.1.46"]
|
||||
[insn/insn "0.5.2"]
|
||||
[org.babashka/cli "0.7.51"]
|
||||
[org.babashka/http-client "0.2.9"]]
|
||||
[org.babashka/http-client "0.3.11"]]
|
||||
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
||||
:metabom {:jar-name "metabom.jar"}
|
||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue