Skip to content

Commit 29fc110

Browse files
Bump org.apache.kafka:kafka-clients from 3.6.2 to 7.6.2-ce
Bumps org.apache.kafka:kafka-clients from 3.6.2 to 7.6.2-ce. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b152e57 commit 29fc110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
mavenCentral()
1010
}
1111
dependencies {
12-
classpath("org.apache.kafka:kafka-clients:3.6.2")
12+
classpath("org.apache.kafka:kafka-clients:7.6.2-ce")
1313
}
1414
}
1515

@@ -61,7 +61,7 @@ dependencies {
6161

6262
implementation("org.embulk:embulk-util-config:0.5.0")
6363

64-
implementation("org.apache.kafka:kafka-clients:3.6.2")
64+
implementation("org.apache.kafka:kafka-clients:7.6.2-ce")
6565
implementation("org.apache.avro:avro:1.11.3")
6666

6767
implementation("io.confluent:kafka-avro-serializer:7.6.1") {

0 commit comments

Comments
 (0)