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.
1 parent b152e57 commit 29fc110Copy full SHA for 29fc110
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
mavenCentral()
10
}
11
dependencies {
12
- classpath("org.apache.kafka:kafka-clients:3.6.2")
+ classpath("org.apache.kafka:kafka-clients:7.6.2-ce")
13
14
15
@@ -61,7 +61,7 @@ dependencies {
61
62
implementation("org.embulk:embulk-util-config:0.5.0")
63
64
- implementation("org.apache.kafka:kafka-clients:3.6.2")
+ implementation("org.apache.kafka:kafka-clients:7.6.2-ce")
65
implementation("org.apache.avro:avro:1.11.3")
66
67
implementation("io.confluent:kafka-avro-serializer:7.6.1") {
0 commit comments