We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de69e81 commit 2ec8807Copy full SHA for 2ec8807
build.gradle
@@ -286,7 +286,7 @@ project('kcbq-confluent') {
286
287
configurations.all {
288
resolutionStrategy {
289
- // depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
+ // depending on debezium results in us pulling in the most recent kafka version.
290
force 'org.apache.kafka:connect-api:2.5.0', 'org.apache.kafka:kafka-clients:2.5.0'
291
}
292
0 commit comments