upgrade testcontainers/postgresql to version 1.15.0-rc2
This commit is contained in:
parent
d19342ebc3
commit
b2ef8bd267
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This change
|
|||
|
||||
## [0.4.0] - Upcoming
|
||||
### Changed
|
||||
- [#35](https://github.com/javahippie/clj-test-containers/issues/35): Add support form docker version 2.4.0 - upgrading testcontainers-java version
|
||||
- [#35](https://github.com/javahippie/clj-test-containers/issues/35): Add support for docker version 2.4.0 - upgrading testcontainers-java version
|
||||
|
||||
## [0.3.0] - Upcoming
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
[mvxcvi/cljstyle "0.13.0" :exclusions [org.clojure/clojure]]
|
||||
[org.clojure/test.check "1.1.0"]
|
||||
[org.clojure/tools.namespace "1.0.0"]
|
||||
[org.testcontainers/postgresql "1.14.3"]]
|
||||
[org.testcontainers/postgresql "1.15.0-rc2"]]
|
||||
; :githooks {:auto-install true
|
||||
; :ci-env-variable "CI"
|
||||
; :pre-commit ["script/pre-commit"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue