diff --git a/postgres-cdc/build.gradle b/postgres-cdc/build.gradle index 329385f..cb0e903 100644 --- a/postgres-cdc/build.gradle +++ b/postgres-cdc/build.gradle @@ -17,7 +17,7 @@ testing { suites { test { dependencies { - implementation("org.testcontainers:postgresql:1.20.0") + implementation("org.testcontainers:postgresql:1.20.1") implementation("org.assertj:assertj-core:3.26.3") implementation("org.flywaydb:flyway-core:9.22.3") implementation("org.awaitility:awaitility:4.2.1")