From ae589bff6d0756010564149d6bd783349df45d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Van=C4=9Bk?= Date: Fri, 23 Aug 2019 17:04:12 +0300 Subject: [PATCH] #12 upgrade to embedded postgres binaries 10.10 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c601288..c932b077 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ Add the following Maven dependency: io.zonky.test embedded-postgres - 1.2.4 + 1.2.5 test ``` -The default version of the embedded postgres is `PostgreSQL 10.9`, but you can change it by following the instructions described in [Postgres version](#postgres-version). +The default version of the embedded postgres is `PostgreSQL 10.10`, but you can change it by following the instructions described in [Postgres version](#postgres-version). ## Basic Usage @@ -71,7 +71,7 @@ independent databases gives you. ## Postgres version -The default version of the embedded postgres is `PostgreSQL 10.9`, but it can be changed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section. +The default version of the embedded postgres is `PostgreSQL 10.10`, but it can be changed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section. ```xml @@ -79,7 +79,7 @@ The default version of the embedded postgres is `PostgreSQL 10.9`, but it can be io.zonky.test.postgres embedded-postgres-binaries-bom - 11.4.0 + 11.5.0 pom import diff --git a/pom.xml b/pom.xml index ea6d44ec..f247fac0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ UTF-8 UTF-8 - 10.9.0 + 10.10.0 https://github.com/zonkyio/embedded-postgres