Bump babashka.http-client to 0.4.15

This commit is contained in:
Michiel Borkent 2023-09-04 16:09:16 +02:00
parent af507b2894
commit b1d2dc599b
4 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,10 @@ A preview of the next release can be installed from
[Babashka](https://github.com/babashka/babashka): Native, fast starting Clojure interpreter for scripting
## Unreleased
- Bump babashka.http-client to v0.4.15
## 1.3.184 (2023-08-22)
- Remove leftover debugging output from deps.clj

View file

@ -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.4.14"}
org.babashka/http-client {:mvn/version "0.4.15"}
;; native image bloat with ordered 1.5.10
org.flatland/ordered {:mvn/version "1.5.9"}}
:aliases {:babashka/dev

View file

@ -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.4.14"]]
[org.babashka/http-client "0.4.15"]]
:plugins [[org.kipz/lein-meta-bom "0.1.1"]]
:metabom {:jar-name "metabom.jar"}
:profiles {:feature/xml {:source-paths ["feature-xml"]

View file

@ -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.4.14"}
org.babashka/http-client {:mvn/version "0.4.15"}
;; native image bloat with ordered 1.5.10
org.flatland/ordered {:mvn/version "1.5.9"}}
:aliases {:babashka/dev