Dependency update to Testcontainers 1.17.2 (#57)
This commit is contained in:
parent
d246351551
commit
ba77335753
1 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||||
|
|
||||||
:dependencies [[org.clojure/clojure "1.10.3"]
|
:dependencies [[org.clojure/clojure "1.10.3"]
|
||||||
[org.testcontainers/testcontainers "1.17.1"]]
|
[org.testcontainers/testcontainers "1.17.2"]]
|
||||||
|
|
||||||
:aliases {"test" ["run" "-m" "kaocha.runner"]
|
:aliases {"test" ["run" "-m" "kaocha.runner"]
|
||||||
"cljstyle" ["run" "-m" "cljstyle.main"]}
|
"cljstyle" ["run" "-m" "cljstyle.main"]}
|
||||||
|
|
@ -15,14 +15,14 @@
|
||||||
:plugins [[jainsahab/lein-githooks "1.0.0"]]
|
:plugins [[jainsahab/lein-githooks "1.0.0"]]
|
||||||
|
|
||||||
:profiles {:dev {:dependencies [[expound "0.9.0"]
|
:profiles {:dev {:dependencies [[expound "0.9.0"]
|
||||||
[lambdaisland/kaocha "1.65.1029"]
|
[lambdaisland/kaocha "1.66.1034"]
|
||||||
[lambdaisland/kaocha-cloverage "1.0.75"]
|
[lambdaisland/kaocha-cloverage "1.0.75"]
|
||||||
[lambdaisland/kaocha-junit-xml "0.0.76"]
|
[lambdaisland/kaocha-junit-xml "0.0.76"]
|
||||||
[mvxcvi/cljstyle "0.15.0" :exclusions [org.clojure/clojure]]
|
[mvxcvi/cljstyle "0.15.0" :exclusions [org.clojure/clojure]]
|
||||||
[org.clojure/test.check "1.1.1"]
|
[org.clojure/test.check "1.1.1"]
|
||||||
[orchestra "2021.01.01-1"]
|
[orchestra "2021.01.01-1"]
|
||||||
[org.clojure/tools.namespace "1.2.0"]
|
[org.clojure/tools.namespace "1.3.0"]
|
||||||
[org.testcontainers/postgresql "1.16.3"]
|
[org.testcontainers/postgresql "1.17.2"]
|
||||||
[com.fzakaria/slf4j-timbre "0.3.21"]
|
[com.fzakaria/slf4j-timbre "0.3.21"]
|
||||||
[nrepl "0.9.0"]]
|
[nrepl "0.9.0"]]
|
||||||
:source-paths ["dev-src"]}}
|
:source-paths ["dev-src"]}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue