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