Skip to content

Commit 1c586e1

Browse files
build(deps): bump org.testcontainers:postgresql from 1.21.0 to 1.21.1
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.21.0 to 1.21.1. - [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.21.0...1.21.1) --- updated-dependencies: - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c65b418 commit 1c586e1

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.6'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
3131
implementation 'org.flywaydb:flyway-database-postgresql:11.8.2'
32-
testImplementation 'org.testcontainers:postgresql:1.21.0'
32+
testImplementation 'org.testcontainers:postgresql:1.21.1'
3333
testImplementation 'org.testcontainers:testcontainers:1.21.0'
3434
testImplementation 'io.rest-assured:rest-assured'
3535

0 commit comments

Comments
 (0)