diff --git a/CHANGELOG.md b/CHANGELOG.md index 39736c4..e2a600f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/project.clj b/project.clj index 574fffd..56a93d2 100644 --- a/project.clj +++ b/project.clj @@ -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"]