You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ If you are using `Spring` or `Spring Boot` framework you can also consider using
11
11
12
12
## Features
13
13
14
-
* All features of `com.opentable:otj-pg-embedded:0.13.2`
14
+
* All features of `com.opentable:otj-pg-embedded:0.13.1`
15
15
* Configurable version of [PostgreSQL binaries](https://github.com/zonkyio/embedded-postgres-binaries)
16
16
* PostgreSQL 11+ support even for Linux platform
17
17
* Support for running inside Docker, including Alpine Linux
@@ -24,12 +24,12 @@ Add the following Maven dependency:
24
24
<dependency>
25
25
<groupId>io.zonky.test</groupId>
26
26
<artifactId>embedded-postgres</artifactId>
27
-
<version>1.2.3</version>
27
+
<version>1.2.4</version>
28
28
<scope>test</scope>
29
29
</dependency>
30
30
```
31
31
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).
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.
0 commit comments