We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4029d0 commit 3da7715Copy full SHA for 3da7715
src/test/java/org/commonwl/view/workflow/PostgreSQLContextInitializer.java
@@ -17,7 +17,7 @@ public class PostgreSQLContextInitializer
17
@Override
18
public void initialize(ConfigurableApplicationContext applicationContext) {
19
PostgreSQLContainer<?> postgreSQLContainer =
20
- new PostgreSQLContainer<>("postgres:9.6.12")
+ new PostgreSQLContainer<>("postgres:17.4")
21
.withDatabaseName("cwlviewer")
22
.withUsername("sa")
23
.withPassword("sa");
0 commit comments