Skip to content

Commit 1dac3ad

Browse files
committed
trying to fix "Docker image not found" error
1 parent 91e38a8 commit 1dac3ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot/testcontainers/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencies {
2929
compile 'org.postgresql:postgresql'
3030
runtimeOnly 'com.h2database:h2'
3131
annotationProcessor 'org.projectlombok:lombok'
32-
testCompile "org.testcontainers:testcontainers:1.12.5"
33-
testCompile "org.testcontainers:junit-jupiter:1.12.5"
34-
testCompile "org.testcontainers:postgresql:1.12.5"
32+
testCompile "org.testcontainers:testcontainers:1.15.1"
33+
testCompile "org.testcontainers:junit-jupiter:1.15.1"
34+
testCompile "org.testcontainers:postgresql:1.15.1"
3535

3636
}
3737

0 commit comments

Comments
 (0)