Skip to content

Commit 43ae835

Browse files
author
Bingqin Zhou
authored
Merge pull request #212 from wepay/force_kafka_version
Force Kafka version to be 2.3.0
2 parents 8f183eb + 0343d7a commit 43ae835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ project('kcbq-confluent') {
284284

285285
configurations.all {
286286
resolutionStrategy {
287-
// 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'
287+
// depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
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)