Bump http-client
This commit is contained in:
parent
da9fcbf10d
commit
16eebb60a3
5 changed files with 5 additions and 4 deletions
|
|
@ -14,6 +14,7 @@ A preview of the next release can be installed from
|
|||
- Bump `fs`
|
||||
- Bump `process`
|
||||
- Bump `deps.clj`
|
||||
- Bump `http-client`
|
||||
- Add `java.io.LineNumberReader`
|
||||
|
||||
## 1.3.191 (2024-06-19)
|
||||
|
|
|
|||
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.8.59"}
|
||||
org.babashka/http-client {:mvn/version "0.4.18"}
|
||||
org.babashka/http-client {:mvn/version "0.4.20"}
|
||||
org.flatland/ordered {:mvn/version "1.15.12"}}
|
||||
:aliases {:babashka/dev
|
||||
{:main-opts ["-m" "babashka.main"]}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
[rewrite-clj/rewrite-clj "1.1.47"]
|
||||
[insn/insn "0.5.2"]
|
||||
[org.babashka/cli "0.8.59"]
|
||||
[org.babashka/http-client "0.4.18"]]
|
||||
[org.babashka/http-client "0.4.20"]]
|
||||
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
|
||||
:metabom {:jar-name "metabom.jar"}
|
||||
:profiles {:feature/xml {:source-paths ["feature-xml"]
|
||||
|
|
|
|||
|
|
@ -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.8.59"}
|
||||
org.babashka/http-client {:mvn/version "0.4.18"}
|
||||
org.babashka/http-client {:mvn/version "0.4.20"}
|
||||
org.flatland/ordered {:mvn/version "1.15.12"}}
|
||||
:aliases {:babashka/dev
|
||||
{:main-opts ["-m" "babashka.main"]}
|
||||
|
|
|
|||
2
sci
2
sci
|
|
@ -1 +1 @@
|
|||
Subproject commit 05eec0a37b3df3173a58372a5a05f7f22a4c3780
|
||||
Subproject commit c556f4474303c61da72e7a07eef496dcbf66a56e
|
||||
Loading…
Reference in a new issue