Skip to content

Commit

Permalink
default db is now postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 12, 2024
1 parent dd45a92 commit 206ae0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public final class EmbeddedPostgres implements AutoCloseable {
/**
* The version of postgres used if no specific version has been given.
*/
public static final String DEFAULT_POSTGRES_VERSION = "13";
public static final String DEFAULT_POSTGRES_VERSION = "15";

static final String[] LOCALHOST_SERVER_NAMES = {"localhost"};

Expand Down

0 comments on commit 206ae0c

Please sign in to comment.