Skip to content

Commit ae94f0e

Browse files
committed
#31 upgrade to embedded-postgres 1.2.1
1 parent e1347d8 commit ae94f0e

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
@@ -370,8 +370,8 @@ extracted from the JDK download.
370370

371371
## Project dependencies
372372

373-
* [PostgreSQL Binaries](https://github.com/zonkyio/embedded-postgres-binaries) (11.1)
374-
* [Embedded Postgres](https://github.com/zonkyio/embedded-postgres) (1.2.0) - a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded)
373+
* [PostgreSQL Binaries](https://github.com/zonkyio/embedded-postgres-binaries) (10.6)
374+
* [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)
375375
* [Spring Framework](http://www.springsource.org/) (4.3.21) - `spring-test`, `spring-context` modules
376376
* [Flyway](https://github.com/flyway/) (5.0.7)
377377
* [Guava](https://github.com/google/guava) (23.0)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ext {
2828

2929
[core: '5.0.7', test: '5.0.0'] // default version
3030
]
31-
embeddedPostgresVersions = ['9.3.24', '9.4.19', '9.5.14', '9.6.10', '10.5.0']
31+
embeddedPostgresVersions = ['9.3.25', '9.4.20', '9.5.15', '9.6.11', '10.6.0', '11.1.0']
3232

3333
flywayCoreVersion = flywayVersions.last().core
3434
flywayTestVersion = flywayVersions.last().test
@@ -148,7 +148,7 @@ project(':embedded-database-spring-test') {
148148
dependencies {
149149
compile project(':embedded-database-spring-test-autoconfigure')
150150

151-
compile 'io.zonky.test:embedded-postgres:1.2.0'
151+
compile 'io.zonky.test:embedded-postgres:1.2.1'
152152
compile 'org.springframework:spring-context:4.3.21.RELEASE'
153153
compile 'org.springframework:spring-test:4.3.21.RELEASE'
154154
compile "org.flywaydb:flyway-core:$flywayCoreVersion"

0 commit comments

Comments
 (0)