Skip to content

Commit fe4e9e9

Browse files
Merge pull request #163 from Sunbird-Lern/kafka_upgrade
Upgrade kafka-clients dependency for Kafka 4.x compatibility
2 parents eaf6c11 + 2d16b82 commit fe4e9e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

all-actors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.apache.kafka</groupId>
1414
<artifactId>kafka-clients</artifactId>
15-
<version>3.4.0</version>
15+
<version>${kafka.version}</version>
1616
<exclusions>
1717
<exclusion>
1818
<groupId>org.xerial.snappy</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
3333
<guice.version>5.1.0</guice.version>
3434
<slf4j.version>2.0.13</slf4j.version>
35+
<kafka.version>3.7.1</kafka.version>
3536
<logback.version>1.4.14</logback.version>
3637
<netty.version>4.1.112.Final</netty.version>
3738
</properties>

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>3.4.0</version>
23+
<version>${kafka.version}</version>
2424
<exclusions>
2525
<exclusion>
2626
<groupId>org.xerial.snappy</groupId>

0 commit comments

Comments
 (0)