#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.CockroachContainer;
public class StartCockroach {
public static void main(String[] args) {
CockroachContainer.newBuilder("v21.2.4")
CockroachContainer.builder("v21.2.4")
.dbName("unit")
.build()
.start();