File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ targetCompatibility = JavaVersion.VERSION_11
4444ext {
4545 jacksonVersion = " 2.18.2"
4646 kafkaVersion = " 2.0.1"
47+ log4jVersion = " 2.24.3"
4748 testcontainersVersion = " 1.20.4"
4849 debeziumVersion = " 1.3.0.Final"
4950}
@@ -103,9 +104,9 @@ dependencies {
103104 testImplementation " io.debezium:debezium-api:$debeziumVersion "
104105 testImplementation " org.assertj:assertj-core:3.26.3"
105106
106- testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:2.23.1 "
107- testRuntimeOnly " org.apache.logging.log4j:log4j-api:2.23.1 "
108- testRuntimeOnly " org.apache.logging.log4j:log4j-core:2.23.1 "
107+ testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
108+ testRuntimeOnly " org.apache.logging.log4j:log4j-api:$l og4jVersion "
109+ testRuntimeOnly " org.apache.logging.log4j:log4j-core:$l og4jVersion "
109110
110111 integrationTestImplementation " org.apache.kafka:connect-api:$kafkaVersion "
111112 integrationTestImplementation(" org.apache.kafka:connect-runtime:$kafkaVersion " ) {
You can’t perform that action at this time.
0 commit comments