Skip to content

Commit aa9c5b8

Browse files
Update dependency org.testcontainers:postgresql to v1.20.0 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 109aa9c commit aa9c5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-cdc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ testing {
1717
suites {
1818
test {
1919
dependencies {
20-
implementation("org.testcontainers:postgresql:1.19.8")
20+
implementation("org.testcontainers:postgresql:1.20.0")
2121
implementation("org.assertj:assertj-core:3.26.3")
2222
implementation("org.flywaydb:flyway-core:9.22.3")
2323
implementation("org.awaitility:awaitility:4.2.1")

0 commit comments

Comments
 (0)