Skip to content

Commit

Permalink
#7 upgrade to embedded postgres binaries 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomix26 committed Feb 21, 2019
1 parent 297b9f0 commit 32e97a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following Maven dependency:
</dependency>
```

The default version of the embedded postgres is `PostgreSQL 10.6`, 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.7`, but you can change it by following the instructions described in [Postgres version](#postgres-version).

## Basic Usage

Expand Down Expand Up @@ -69,7 +69,7 @@ independent databases gives you.

## Postgres version

The default version of the embedded postgres is `PostgreSQL 10.6`, 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.7`, but it can be changed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section.

```xml
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<embedded-postgres-binaries.version>10.6.0</embedded-postgres-binaries.version>
<embedded-postgres-binaries.version>10.7.0</embedded-postgres-binaries.version>
</properties>

<url>https://github.com/zonkyio/embedded-postgres</url>
Expand Down

0 comments on commit 32e97a9

Please sign in to comment.