We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f183eb + 0343d7a commit 43ae835Copy full SHA for 43ae835
build.gradle
@@ -284,8 +284,8 @@ project('kcbq-confluent') {
284
285
configurations.all {
286
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'
+ // depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
+ force 'org.apache.kafka:connect-api:2.3.0', 'org.apache.kafka:kafka-clients:2.3.0'
289
}
290
291
0 commit comments