File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,12 @@ sourceCompatibility = JavaVersion.VERSION_11
42
42
targetCompatibility = JavaVersion . VERSION_11
43
43
44
44
ext {
45
+ debeziumVersion = " 1.3.0.Final"
45
46
jacksonVersion = " 2.18.2"
47
+ junit5Version = " 5.12.2"
46
48
kafkaVersion = " 2.0.1"
49
+ log4jVersion = " 2.24.3"
47
50
testcontainersVersion = " 1.20.4"
48
- debeziumVersion = " 1.3.0.Final"
49
- junit5Version = " 5.12.2"
50
51
}
51
52
52
53
distributions {
@@ -104,9 +105,9 @@ dependencies {
104
105
testImplementation " io.debezium:debezium-api:$debeziumVersion "
105
106
testImplementation " org.assertj:assertj-core:3.26.3"
106
107
107
- testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:2.23.1 "
108
- testRuntimeOnly " org.apache.logging.log4j:log4j-api:2.23.1 "
109
- testRuntimeOnly " org.apache.logging.log4j:log4j-core:2.23.1 "
108
+ testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
109
+ testRuntimeOnly " org.apache.logging.log4j:log4j-api:$l og4jVersion "
110
+ testRuntimeOnly " org.apache.logging.log4j:log4j-core:$l og4jVersion "
110
111
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
111
112
112
113
integrationTestImplementation " org.apache.kafka:connect-api:$kafkaVersion "
You can’t perform that action at this time.
0 commit comments