Skip to content

Commit be411a2

Browse files
committed
#40 upgrade to embedded-postgres 1.2.2
1 parent 67a596e commit be411a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Before you use Docker provider, you must add the following Maven dependency:
339339
<dependency>
340340
<groupId>org.testcontainers</groupId>
341341
<artifactId>postgresql</artifactId>
342-
<version>1.10.3</version>
342+
<version>1.10.6</version>
343343
<scope>test</scope>
344344
</dependency>
345345
```
@@ -597,7 +597,7 @@ extracted from the JDK download.
597597
## Project dependencies
598598

599599
* [PostgreSQL Binaries](https://github.com/zonkyio/embedded-postgres-binaries) (10.6)
600-
* [Embedded Postgres](https://github.com/zonkyio/embedded-postgres) (1.2.1) - a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded)
600+
* [Embedded Postgres](https://github.com/zonkyio/embedded-postgres) (1.2.2) - a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded)
601601
* [Spring Framework](http://www.springsource.org/) (4.3.22) - `spring-test`, `spring-context` modules
602602
* [Flyway](https://github.com/flyway/) (5.0.7)
603603
* [Guava](https://github.com/google/guava) (23.0)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ project(':embedded-database-spring-test') {
150150
dependencies {
151151
compile project(':embedded-database-spring-test-autoconfigure')
152152

153-
compile 'io.zonky.test:embedded-postgres:1.2.1'
154-
compile 'org.testcontainers:postgresql:1.10.3', optional
153+
compile 'io.zonky.test:embedded-postgres:1.2.2'
154+
compile 'org.testcontainers:postgresql:1.10.6', optional
155155
compile 'com.opentable.components:otj-pg-embedded:0.13.1', optional
156156
compile 'ru.yandex.qatools.embed:postgresql-embedded:2.10', optional
157157

0 commit comments

Comments
 (0)