Skip to content

Commit 6a5b95a

Browse files
build(deps): bump org.testcontainers:testcontainers
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.0. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.6...1.21.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1f24f4 commit 6a5b95a

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)