Skip to content

Commit 17081fb

Browse files
authored
Merge pull request #93 from hendisantika/dependabot/gradle/org.testcontainers-testcontainers-2.0.2
build(deps): Bump org.testcontainers:testcontainers from 2.0.1 to 2.0.2
2 parents 23cb2ad + a3242f7 commit 17081fb

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.8'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
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'
32+
testImplementation 'org.testcontainers:postgresql:2.0.2'
33+
testImplementation 'org.testcontainers:testcontainers:2.0.2'
3434
testImplementation 'io.rest-assured:rest-assured'
3535

3636
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)