diff --git a/postgres-cdc/build.gradle b/postgres-cdc/build.gradle index 4a2a768..5271399 100644 --- a/postgres-cdc/build.gradle +++ b/postgres-cdc/build.gradle @@ -18,7 +18,7 @@ testing { test { dependencies { implementation("org.testcontainers:postgresql:1.19.8") - implementation("org.assertj:assertj-core:3.26.0") + implementation("org.assertj:assertj-core:3.26.3") implementation("org.flywaydb:flyway-core:9.22.3") implementation("org.awaitility:awaitility:4.2.1") implementation("ch.qos.logback:logback-classic:1.5.6")