Skip to content

Commit 7136984

Browse files
committed
#9 upgrade to embedded postgres binaries 10.9
1 parent 36ad862 commit 7136984

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you are using `Spring` or `Spring Boot` framework you can also consider using
1111

1212
## Features
1313

14-
* All features of `com.opentable:otj-pg-embedded:0.13.2`
14+
* All features of `com.opentable:otj-pg-embedded:0.13.1`
1515
* Configurable version of [PostgreSQL binaries](https://github.com/zonkyio/embedded-postgres-binaries)
1616
* PostgreSQL 11+ support even for Linux platform
1717
* Support for running inside Docker, including Alpine Linux
@@ -24,12 +24,12 @@ Add the following Maven dependency:
2424
<dependency>
2525
<groupId>io.zonky.test</groupId>
2626
<artifactId>embedded-postgres</artifactId>
27-
<version>1.2.3</version>
27+
<version>1.2.4</version>
2828
<scope>test</scope>
2929
</dependency>
3030
```
3131

32-
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).
32+
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).
3333

3434
## Basic Usage
3535

@@ -71,15 +71,15 @@ independent databases gives you.
7171

7272
## Postgres version
7373

74-
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.
74+
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.
7575

7676
```xml
7777
<dependencyManagement>
7878
<dependencies>
7979
<dependency>
8080
<groupId>io.zonky.test.postgres</groupId>
8181
<artifactId>embedded-postgres-binaries-bom</artifactId>
82-
<version>11.1.0</version>
82+
<version>11.4.0</version>
8383
<type>pom</type>
8484
<scope>import</scope>
8585
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3232

33-
<embedded-postgres-binaries.version>10.7.0</embedded-postgres-binaries.version>
33+
<embedded-postgres-binaries.version>10.9.0</embedded-postgres-binaries.version>
3434
</properties>
3535

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

0 commit comments

Comments
 (0)