#49 - Bumped to Testcontainers 1.15.2
This commit is contained in:
parent
13c859dee2
commit
2b8d4a911e
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,6 +8,7 @@ pom.xml.asc
|
|||
/.lein-*
|
||||
/.nrepl-history
|
||||
/.nrepl-port
|
||||
.clj-kondo/
|
||||
.hgignore
|
||||
.hg/
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[org.testcontainers/testcontainers "1.15.1"]]
|
||||
[org.testcontainers/testcontainers "1.15.2"]]
|
||||
|
||||
:aliases {"test" ["run" "-m" "kaocha.runner"]
|
||||
"cljstyle" ["run" "-m" "cljstyle.main"]}
|
||||
|
|
@ -18,11 +18,10 @@
|
|||
[lambdaisland/kaocha "1.0.641"]
|
||||
[lambdaisland/kaocha-cloverage "1.0-45"]
|
||||
[lambdaisland/kaocha-junit-xml "0.0.76"]
|
||||
[lambdaisland/kaocha-junit-xml "0.0.76"]
|
||||
[mvxcvi/cljstyle "0.14.0" :exclusions [org.clojure/clojure]]
|
||||
[org.clojure/test.check "1.1.0"]
|
||||
[org.clojure/tools.namespace "1.0.0"]
|
||||
[org.testcontainers/postgresql "1.15.1"]
|
||||
[org.testcontainers/postgresql "1.15.2"]
|
||||
[com.fzakaria/slf4j-timbre "0.3.20"]]
|
||||
:source-paths ["dev-src"]}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue