Skip to content

Commit

Permalink
Bump postgres version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Jan 9, 2025
1 parent 6dd2314 commit fc52855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class AbstractIntegrationTest {
static final PostgreSQLContainer<?> postgresDB;

static {
postgresDB = new PostgreSQLContainer<>("postgres:13.12");
postgresDB = new PostgreSQLContainer<>("postgres:16.3");
postgresDB.start();
}

Expand Down

0 comments on commit fc52855

Please sign in to comment.