Skip to content

Commit 8f183eb

Browse files
author
Bingqin Zhou
authored
Merge pull request #210 from wepay/update_kafka_version
Update KCBQ to use Kafka 2.3.0
2 parents 32f3064 + d438767 commit 8f183eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project.ext {
2121
googleCloudGsonVersion = '2.8.5'
2222
ioConfluentVersion = '5.1.1'
2323
junitVersion = '4.12'
24-
kafkaVersion = '1.1.1'
24+
kafkaVersion = '2.3.0'
2525
mockitoVersion = '1.10.19'
2626
slf4jVersion = '1.6.1'
2727
}
@@ -211,7 +211,6 @@ project(':kcbq-connector') {
211211
"org.apache.kafka:connect-api:$kafkaVersion",
212212
"org.apache.kafka:kafka-clients:$kafkaVersion",
213213
"org.slf4j:slf4j-api:$slf4jVersion",
214-
"org.slf4j:slf4j-simple:$slf4jVersion",
215214
)
216215

217216
testCompile (

0 commit comments

Comments
 (0)