From d31194082b835c13eab79611af67e69e30d3c512 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:05:15 +0000 Subject: [PATCH] Update dependency ch.qos.logback:logback-classic to v1.5.22 --- postgres-cdc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-cdc/build.gradle b/postgres-cdc/build.gradle index 90870b6..8d90c8f 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.12") + implementation("ch.qos.logback:logback-classic:1.5.22") } targets { all {