diff --git a/build.gradle b/build.gradle index f5d9652d0..bb518c863 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ dependencies { testImplementation "io.confluent:kafka-connect-avro-converter:$confluentPlatformVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" - testRuntimeOnly "ch.qos.logback:logback-classic:1.5.3" + testRuntimeOnly "ch.qos.logback:logback-classic:1.5.6" } test {