diff --git a/deps.edn b/deps.edn index 2717aaf..9bf5cda 100644 --- a/deps.edn +++ b/deps.edn @@ -6,23 +6,23 @@ org.martinklepsch/clj-http-lite {:mvn/version "0.4.3"} org.clojure/tools.cli {:mvn/version "1.0.219"} org.clojure/tools.logging {:mvn/version "1.2.4"} - org.slf4j/slf4j-api {:mvn/version "2.0.7"}} + org.slf4j/slf4j-api {:mvn/version "2.0.9"}} :aliases {:cli {:main-opts ["-m" "csv2rdf.main"]} :with-logging {:extra-paths ["profiles/with-logging/resources"] :extra-deps - {org.apache.logging.log4j/log4j-api {:mvn/version "2.20.0"} - org.apache.logging.log4j/log4j-core {:mvn/version "2.20.0"} - org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.20.0"}}} + {org.apache.logging.log4j/log4j-api {:mvn/version "2.22.0"} + org.apache.logging.log4j/log4j-core {:mvn/version "2.22.0"} + org.apache.logging.log4j/log4j-slf4j2-impl {:mvn/version "2.22.0"}}} :dev { - :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.0.4"}} + :extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.1.1"}} :jvm-opts ["-Djdk.attach.allowAttachSelf" ;; for jdk9+ ] } :test {:extra-deps - {lambdaisland/kaocha {:mvn/version "1.85.1342"} + {lambdaisland/kaocha {:mvn/version "1.87.1366"} io.github.swirrl/grafter.repository {:mvn/version "3.0.0"} lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"} org.clojure/test.check {:mvn/version "1.1.1"} @@ -30,9 +30,9 @@ :extra-paths ["test" "test/resources"] :main-opts ["-m" "kaocha.runner"]} - :build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.3" :git/sha "9b8e09b"} - io.github.juxt/pack.alpha {:git/sha "802b3d6347376db51093d122eb4b8cf8a7bbd7cf"} - com.google.cloud.tools/jib-core {:mvn/version "0.23.0"}} + :build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2" :git/sha "9b8e09b"} + io.github.juxt/pack.alpha {:git/sha "9ae4f8ff34427d0549fd5c58c0353e54523b3dfa"} + com.google.cloud.tools/jib-core {:mvn/version "0.25.0"}} :ns-default build}