Skip to content

Commit 014341b

Browse files
Merge pull request #207 from Sunbird-Lern/kafka_upgrade
Upgrade kafka-clients dependency for Kafka 4.x compatibility
2 parents 48a145b + 99ea3c1 commit 014341b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sb-telemetry-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.apache.kafka</groupId>
2222
<artifactId>kafka-clients</artifactId>
23-
<version>2.8.1</version>
23+
<version>3.7.1</version>
2424
<exclusions>
2525
<exclusion>
2626
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)