#2685 - Bump ebean-test-docker to 5.1 with newBuilder() -> builder() with deprecation

This commit is contained in:
Rob Bygrave
2022-05-05 09:17:35 +12:00
parent 5bb9745b3c
commit f41704b58c
12 changed files with 12 additions and 12 deletions
@@ -5,7 +5,7 @@ import io.ebean.docker.commands.PostgresContainer;
public class StartPostgres {
public static void main(String[] args) {
PostgresContainer.newBuilder("13")
PostgresContainer.builder("13")
.port(5432)
.dbName("unit")
.user("unit")