trying to fix "Docker image not found" error

This commit is contained in:
Tom Hombergs
2021-02-09 07:18:04 +11:00
parent 91e38a8361
commit 1dac3ad175

View File

@@ -29,9 +29,9 @@ dependencies {
compile 'org.postgresql:postgresql'
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testCompile "org.testcontainers:testcontainers:1.12.5"
testCompile "org.testcontainers:junit-jupiter:1.12.5"
testCompile "org.testcontainers:postgresql:1.12.5"
testCompile "org.testcontainers:testcontainers:1.15.1"
testCompile "org.testcontainers:junit-jupiter:1.15.1"
testCompile "org.testcontainers:postgresql:1.15.1"
}