diff --git a/build.gradle b/build.gradle index 146cc830..566839fc 100644 --- a/build.gradle +++ b/build.gradle @@ -169,7 +169,7 @@ dependencies { testImplementation "org.apache.kafka:connect-api:$kafkaVersion" testImplementation "org.apache.kafka:connect-json:$kafkaVersion" testImplementation "com.fasterxml.jackson.core:jackson-core:2.15.2" - testImplementation "com.fasterxml.jackson.core:jackson-databind:2.15.2" + testImplementation "com.fasterxml.jackson.core:jackson-databind:2.15.3" testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2" testRuntimeOnly "org.slf4j:slf4j-log4j12:$slf4jVersion"