File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ project.ext {
2121 googleCloudGsonVersion = ' 2.8.5'
2222 ioConfluentVersion = ' 5.5.0'
2323 junitVersion = ' 4.12'
24- kafkaVersion = ' 2.3 .0'
24+ kafkaVersion = ' 2.5 .0'
2525 mockitoVersion = ' 3.2.4'
2626 slf4jVersion = ' 1.6.1'
2727}
@@ -286,7 +286,7 @@ project('kcbq-confluent') {
286286 configurations. all {
287287 resolutionStrategy {
288288 // depending on debezium results in us pulling in the most recent kafka version, but we want to use 2.3.0.
289- force ' org.apache.kafka:connect-api:2.3 .0' , ' org.apache.kafka:kafka-clients:2.3 .0'
289+ force ' org.apache.kafka:connect-api:2.5 .0' , ' org.apache.kafka:kafka-clients:2.5 .0'
290290 }
291291 }
292292
Original file line number Diff line number Diff line change 11group =com.wepay.kcbq
2- version =1.6.2
2+ version =1.6.3
You can’t perform that action at this time.
0 commit comments