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.
2 parents 23cb2ad + a3242f7 commit 17081fbCopy full SHA for 17081fb
build.gradle
@@ -29,8 +29,8 @@ dependencies {
29
implementation 'org.postgresql:postgresql:42.7.8'
30
// implementation 'org.flywaydb:flyway-core:10.20.1'
31
implementation 'org.flywaydb:flyway-database-postgresql:11.17.0'
32
- testImplementation 'org.testcontainers:postgresql:2.0.1'
33
- testImplementation 'org.testcontainers:testcontainers:2.0.1'
+ testImplementation 'org.testcontainers:postgresql:2.0.2'
+ testImplementation 'org.testcontainers:testcontainers:2.0.2'
34
testImplementation 'io.rest-assured:rest-assured'
35
36
compileOnly 'org.projectlombok:lombok'
0 commit comments