Skip to content

Commit 93ed192

Browse files
authored
Merge pull request #40 from hendisantika/dependabot/gradle/org.testcontainers-testcontainers-1.21.0
build(deps): bump org.testcontainers:testcontainers from 1.20.6 to 1.21.0
2 parents a1f24f4 + 6a5b95a commit 93ed192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation 'org.postgresql:postgresql:42.7.5'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
implementation 'org.flywaydb:flyway-database-postgresql:11.8.0'
32-
testImplementation 'org.testcontainers:postgresql:1.20.6'
33-
testImplementation 'org.testcontainers:testcontainers:1.20.6'
32+
testImplementation 'org.testcontainers:postgresql:1.21.0'
33+
testImplementation 'org.testcontainers:testcontainers:1.21.0'
3434
testImplementation 'io.rest-assured:rest-assured'
3535

3636
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)