diff --git a/build.gradle b/build.gradle index 691cde6f6..3792f4096 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.4.11" + testRuntimeOnly "ch.qos.logback:logback-classic:1.4.14" } test {