Skip to content

Commit a0e5073

Browse files
author
Bingqin Zhou
committed
Force to use new kafka version.
1 parent 8f183eb commit a0e5073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ project('kcbq-confluent') {
285285
configurations.all {
286286
resolutionStrategy {
287287
// depending on debezium results in us pulling in the most recent kafka version, but we want to use 1.1.1.
288-
force 'org.apache.kafka:connect-api:1.1.1', 'org.apache.kafka:kafka-clients:1.1.1'
288+
force 'org.apache.kafka:connect-api:2.3.0', 'org.apache.kafka:kafka-clients:2.3.0'
289289
}
290290
}
291291

0 commit comments

Comments
 (0)