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.
1 parent 8f183eb commit a0e5073Copy full SHA for a0e5073
build.gradle
@@ -285,7 +285,7 @@ project('kcbq-confluent') {
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'
+ force 'org.apache.kafka:connect-api:2.3.0', 'org.apache.kafka:kafka-clients:2.3.0'
289
}
290
291
0 commit comments