diff --git a/postgres-cdc/build.gradle b/postgres-cdc/build.gradle index 7e2c6e4..fde5a4f 100644 --- a/postgres-cdc/build.gradle +++ b/postgres-cdc/build.gradle @@ -21,7 +21,7 @@ testing { implementation("org.assertj:assertj-core:3.26.3") implementation("org.flywaydb:flyway-core:9.22.3") implementation("org.awaitility:awaitility:4.2.2") - implementation("ch.qos.logback:logback-classic:1.5.9") + implementation("ch.qos.logback:logback-classic:1.5.10") } targets { all {