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 91e38a8 commit 1dac3adCopy full SHA for 1dac3ad
spring-boot/testcontainers/build.gradle
@@ -29,9 +29,9 @@ dependencies {
29
compile 'org.postgresql:postgresql'
30
runtimeOnly 'com.h2database:h2'
31
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"
+ testCompile "org.testcontainers:testcontainers:1.15.1"
+ testCompile "org.testcontainers:junit-jupiter:1.15.1"
+ testCompile "org.testcontainers:postgresql:1.15.1"
35
36
}
37
0 commit comments