Skip to content

Commit 4f58867

Browse files
build(deps): bump org.apache.kafka:kafka-clients from 4.0.0 to 4.1.0
Bumps org.apache.kafka:kafka-clients from 4.0.0 to 4.1.0. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a901863 commit 4f58867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

athena-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.kafka</groupId>
2626
<artifactId>kafka-clients</artifactId>
27-
<version>7.9.1-ce</version>
27+
<version>4.1.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.avro</groupId>

athena-msk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.apache.kafka</groupId>
6363
<artifactId>kafka-clients</artifactId>
64-
<version>4.0.0</version>
64+
<version>4.1.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.avro</groupId>

0 commit comments

Comments
 (0)