Skip to content

Commit 55c2e3c

Browse files
committed
update readme
1 parent 8c9c9e5 commit 55c2e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following Maven dependency:
3131
</dependency>
3232
```
3333

34-
The default version of the embedded database is `PostgreSQL 10.5`, but you can change it by following the instructions described in [Changing the version of postgres binaries](#changing-the-version-of-postgres-binaries).
34+
The default version of the embedded database is `PostgreSQL 10.6`, but you can change it by following the instructions described in [Changing the version of postgres binaries](#changing-the-version-of-postgres-binaries).
3535

3636
### Basic Usage
3737

@@ -178,7 +178,7 @@ Changing the version is performed by importing `embedded-postgres-binaries-bom`
178178
<dependency>
179179
<groupId>io.zonky.test.postgres</groupId>
180180
<artifactId>embedded-postgres-binaries-bom</artifactId>
181-
<version>10.5.0</version>
181+
<version>11.1.0</version>
182182
<type>pom</type>
183183
<scope>import</scope>
184184
</dependency>
@@ -188,7 +188,7 @@ Changing the version is performed by importing `embedded-postgres-binaries-bom`
188188

189189
A list of all available versions of postgres binaries is here: https://mvnrepository.com/artifact/io.zonky.test.postgres/embedded-postgres-binaries-bom
190190

191-
Note that the release cycle of the postgres binaries is independent of the release cycle of this library, so you can upgrade to the new version of postgres binaries immediately after it is released.
191+
Note that the release cycle of the postgres binaries is independent of the release cycle of this library, so you can upgrade to a new version of postgres binaries immediately after it is released.
192192

193193
### Enabling support for additional architectures
194194

0 commit comments

Comments
 (0)