File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ project(':kcbq-connector') {
210210 " io.debezium:debezium-core:$debeziumVersion " ,
211211 " org.apache.kafka:connect-api:$kafkaVersion " ,
212212 " org.apache.kafka:kafka-clients:$kafkaVersion " ,
213+ " org.apache.kafka:connect-runtime:$kafkaVersion " ,
213214 " org.slf4j:slf4j-api:$slf4jVersion " ,
214215 )
215216
@@ -285,7 +286,7 @@ project('kcbq-confluent') {
285286
286287 configurations. all {
287288 resolutionStrategy {
288- // depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0 .
289+ // depending on debezium results in us pulling in the most recent kafka version.
289290 force ' org.apache.kafka:connect-api:2.5.0' , ' org.apache.kafka:kafka-clients:2.5.0'
290291 }
291292 }
Original file line number Diff line number Diff line change 11group =com.wepay.kcbq
2- version =1.6.3
2+ version =1.6.4
You can’t perform that action at this time.
0 commit comments