Skip to content

Commit 9514a72

Browse files
committed
Test using an up-to-date version of Postgres
See gh-28296
1 parent b0dfca7 commit 9514a72

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class DockerImageNames {
3434

3535
private static final String NEO4J_VERSION = "4.0";
3636

37-
private static final String POSTGRESQL_VERSION = "9.6.21";
37+
private static final String POSTGRESQL_VERSION = "14.0";
3838

3939
private static final String REDIS_VERSION = "4.0.14";
4040

0 commit comments

Comments
 (0)