File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 46
46
kafkaVersion = " 2.0.1"
47
47
testcontainersVersion = " 1.20.4"
48
48
debeziumVersion = " 1.3.0.Final"
49
+ junit5Version = " 5.12.2"
49
50
}
50
51
51
52
distributions {
@@ -97,7 +98,7 @@ dependencies {
97
98
98
99
implementation " org.slf4j:slf4j-api:1.7.36"
99
100
100
- testImplementation " org.junit.jupiter:junit-jupiter:5.11.3 "
101
+ testImplementation " org.junit.jupiter:junit-jupiter:$j unit5Version "
101
102
testImplementation " org.apache.kafka:connect-api:$kafkaVersion "
102
103
testImplementation " org.testcontainers:junit-jupiter:$testcontainersVersion "
103
104
testImplementation " io.debezium:debezium-api:$debeziumVersion "
@@ -106,6 +107,7 @@ dependencies {
106
107
testRuntimeOnly " org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
107
108
testRuntimeOnly " org.apache.logging.log4j:log4j-api:2.23.1"
108
109
testRuntimeOnly " org.apache.logging.log4j:log4j-core:2.23.1"
110
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
109
111
110
112
integrationTestImplementation " org.apache.kafka:connect-api:$kafkaVersion "
111
113
integrationTestImplementation(" org.apache.kafka:connect-runtime:$kafkaVersion " ) {
You can’t perform that action at this time.
0 commit comments