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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ And the following to your `gradle.properties`:
37
37
embedded_postgres_version = 3.0.2
38
38
```
39
39
40
-
The default version of the embedded postgres is `PostgreSQL 18.0.0`, but you can change it by following the instructions described in [Postgres version](#postgres-version).
40
+
The default version of the embedded postgres is `PostgreSQL 18.1.0`, but you can change it by following the instructions described in [Postgres version](#postgres-version).
The default version of the embedded postgres is `PostgreSQL 18.0.0`, but it can be changed by importing `embedded-postgres-binaries-bom`.
78
+
The default version of the embedded postgres is `PostgreSQL 18.1.0`, but it can be changed by importing `embedded-postgres-binaries-bom`.
79
79
80
80
Add the following to your `build.gradle.kts`;
81
81
```kotlin
@@ -88,7 +88,7 @@ dependencies {
88
88
And the following to your `gradle.properties`:
89
89
```properties
90
90
# Check this on https://central.sonatype.com/artifact/io.zonky.test.postgres/embedded-postgres-binaries-bom/
91
-
postgresql_version = 18.0.0
91
+
postgresql_version = 18.1.0
92
92
```
93
93
94
94
A list of all available versions of postgres binaries can be found [here](https://central.sonatype.com/artifact/io.zonky.test.postgres/embedded-postgres-binaries-bom/).
0 commit comments