Skip to content

Commit 1a2cae5

Browse files
authored
Merge pull request #6 from hendisantika/dependabot/gradle/org.testcontainers-postgresql-1.20.4
build(deps): bump org.testcontainers:postgresql from 1.20.3 to 1.20.4
2 parents 6956f7b + 5d1d2c0 commit 1a2cae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation 'org.postgresql:postgresql:42.7.4'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
implementation 'org.flywaydb:flyway-database-postgresql:10.21.0'
32-
testImplementation 'org.testcontainers:postgresql:1.20.3'
32+
testImplementation 'org.testcontainers:postgresql:1.20.4'
3333
testImplementation 'org.testcontainers:testcontainers:1.20.3'
3434
testImplementation 'io.rest-assured:rest-assured'
3535

0 commit comments

Comments
 (0)