Skip to content

Commit

Permalink
[houskeeping] update deps, fix for Java 21+
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Oct 2, 2023
1 parent fc19f08 commit 2799006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src" "resources"]
:deps {org.clojure/data.json {:mvn/version "2.4.0"}
unixsocket-http/unixsocket-http {:mvn/version "1.0.12"}
unixsocket-http/unixsocket-http {:mvn/version "1.0.13"}
into-docker/pem-reader {:mvn/version "1.0.2"}
com.squareup.okhttp3/okhttp-tls {:mvn/version "4.11.0"}}
:aliases {:fetch-api {:replace-paths ["fetch_api"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/data.json "2.4.0"]
[unixsocket-http/unixsocket-http "1.0.12"]
[unixsocket-http/unixsocket-http "1.0.13"]
[com.squareup.okhttp3/okhttp-tls "4.11.0"]
[into-docker/pem-reader "1.0.2"]])
4 changes: 2 additions & 2 deletions src/contajners/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@

(def client
(client {:engine :podman
:version "v3.2.3"
:version "v4.7.0"
:category :libpod/images
:conn {:uri "http://localhost:8080"}}))
:conn {:uri "unix:///tmp/pod.sock"}}))

(def d-client
(client {:engine :docker
Expand Down

0 comments on commit 2799006

Please sign in to comment.