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
44
44
ext {
45
45
jacksonVersion = " 2.18.2"
46
46
kafkaVersion = " 2.0.1"
47
+ log4jVersion = " 2.24.3"
47
48
testcontainersVersion = " 1.20.4"
48
49
debeziumVersion = " 1.3.0.Final"
49
50
}
@@ -103,9 +104,9 @@ dependencies {
103
104
testImplementation " io.debezium:debezium-api:$debeziumVersion "
104
105
testImplementation " org.assertj:assertj-core:3.26.3"
105
106
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 "
109
110
110
111
integrationTestImplementation " org.apache.kafka:connect-api:$kafkaVersion "
111
112
integrationTestImplementation(" org.apache.kafka:connect-runtime:$kafkaVersion " ) {
You can’t perform that action at this time.
0 commit comments