diff --git a/postgres-cdc/build.gradle b/postgres-cdc/build.gradle index 7b8dcb3..4cb50bc 100644 --- a/postgres-cdc/build.gradle +++ b/postgres-cdc/build.gradle @@ -17,7 +17,7 @@ testing { suites { test { dependencies { - implementation("org.testcontainers:postgresql:1.19.7") + implementation("org.testcontainers:postgresql:1.19.8") implementation("org.assertj:assertj-core:3.25.3") implementation("org.flywaydb:flyway-core:9.22.3") implementation("org.awaitility:awaitility:4.2.1")