⬆️ Update dependencies on backend and common

This commit is contained in:
Andrey Antukh 2023-02-02 10:58:25 +01:00
parent bb055a3c84
commit 32b8a2c243
3 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
com.github.seancorfield/next.jdbc {:mvn/version "1.3.847"} com.github.seancorfield/next.jdbc {:mvn/version "1.3.847"}
metosin/reitit-core {:mvn/version "0.5.18"} 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"} com.zaxxer/HikariCP {:mvn/version "5.0.1"}
io.whitfin/siphash {:mvn/version "2.0.0"} io.whitfin/siphash {:mvn/version "2.0.0"}
@ -52,7 +52,7 @@
;; Pretty Print specs ;; Pretty Print specs
pretty-spec/pretty-spec {:mvn/version "0.1.4"} 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"] :paths ["src" "resources" "target/classes"]
@ -67,10 +67,9 @@
mockery/mockery {:mvn/version "RELEASE"}} mockery/mockery {:mvn/version "RELEASE"}}
:extra-paths ["test" "dev"]} :extra-paths ["test" "dev"]}
:build :build
{:extra-deps {: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} :ns-default build}
:test :test

View file

@ -52,7 +52,7 @@
:build :build
{:extra-deps {: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} :ns-default build}
:test :test

View file

@ -17,6 +17,7 @@ function print-current-version {
} }
function build-devenv { function build-devenv {
set +e;
echo "Building development image $DEVENV_IMGNAME:latest..." echo "Building development image $DEVENV_IMGNAME:latest..."
pushd docker/devenv; pushd docker/devenv;