Skip to content

Commit 89fe030

Browse files
committed
Use newer version of postgres in tests (fixes last warning)
1 parent 74783e7 commit 89fe030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/commonwl/view/workflow/PostgreSQLContextInitializer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class PostgreSQLContextInitializer
1717
@Override
1818
public void initialize(ConfigurableApplicationContext applicationContext) {
1919
PostgreSQLContainer<?> postgreSQLContainer =
20-
new PostgreSQLContainer<>("postgres:9.6.12")
20+
new PostgreSQLContainer<>("postgres:17.4")
2121
.withDatabaseName("cwlviewer")
2222
.withUsername("sa")
2323
.withPassword("sa");

0 commit comments

Comments
 (0)