diff --git a/backend/deps.edn b/backend/deps.edn index 050775747..eef16de18 100644 --- a/backend/deps.edn +++ b/backend/deps.edn @@ -26,7 +26,7 @@ com.github.seancorfield/next.jdbc {:mvn/version "1.3.847"} metosin/reitit-core {:mvn/version "0.5.18"} - org.postgresql/postgresql {:mvn/version "42.5.1"} + org.postgresql/postgresql {:mvn/version "42.5.2"} com.zaxxer/HikariCP {:mvn/version "5.0.1"} io.whitfin/siphash {:mvn/version "2.0.0"} @@ -52,7 +52,7 @@ ;; Pretty Print specs pretty-spec/pretty-spec {:mvn/version "0.1.4"} - software.amazon.awssdk/s3 {:mvn/version "2.19.8"} + software.amazon.awssdk/s3 {:mvn/version "2.19.29"} } :paths ["src" "resources" "target/classes"] @@ -67,10 +67,9 @@ mockery/mockery {:mvn/version "RELEASE"}} :extra-paths ["test" "dev"]} - :build {:extra-deps - {io.github.clojure/tools.build {:git/tag "v0.9.0" :git/sha "8c93e0c"}} + {io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}} :ns-default build} :test diff --git a/common/deps.edn b/common/deps.edn index df6b5ca93..738b5144a 100644 --- a/common/deps.edn +++ b/common/deps.edn @@ -52,7 +52,7 @@ :build {:extra-deps - {io.github.clojure/tools.build {:git/tag "v0.9.0" :git/sha "8c93e0c"}} + {io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}} :ns-default build} :test diff --git a/manage.sh b/manage.sh index eae0538fd..79d1e568f 100755 --- a/manage.sh +++ b/manage.sh @@ -17,6 +17,7 @@ function print-current-version { } function build-devenv { + set +e; echo "Building development image $DEVENV_IMGNAME:latest..." pushd docker/devenv;