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.
2 parents 32f3064 + d438767 commit 8f183ebCopy full SHA for 8f183eb
build.gradle
@@ -21,7 +21,7 @@ project.ext {
21
googleCloudGsonVersion = '2.8.5'
22
ioConfluentVersion = '5.1.1'
23
junitVersion = '4.12'
24
- kafkaVersion = '1.1.1'
+ kafkaVersion = '2.3.0'
25
mockitoVersion = '1.10.19'
26
slf4jVersion = '1.6.1'
27
}
@@ -211,7 +211,6 @@ project(':kcbq-connector') {
211
"org.apache.kafka:connect-api:$kafkaVersion",
212
"org.apache.kafka:kafka-clients:$kafkaVersion",
213
"org.slf4j:slf4j-api:$slf4jVersion",
214
- "org.slf4j:slf4j-simple:$slf4jVersion",
215
)
216
217
testCompile (
0 commit comments