Skip to content

Commit

Permalink
Update dependency org.testcontainers:postgresql to v1.20.3 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 42f872a commit b322919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-cdc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ testing {
suites {
test {
dependencies {
implementation("org.testcontainers:postgresql:1.20.2")
implementation("org.testcontainers:postgresql:1.20.3")
implementation("org.assertj:assertj-core:3.26.3")
implementation("org.flywaydb:flyway-core:9.22.3")
implementation("org.awaitility:awaitility:4.2.2")
Expand Down

0 comments on commit b322919

Please sign in to comment.