Skip to content

Commit bddf6d9

Browse files
chore: bump org.apache.kafka:kafka-clients from 4.1.1 to 4.2.0 (#2452)
chore: bump org.apache.kafka:kafka-clients from 4.1.1 to 4.2.0 Reviewed and approved by @phipag. Failing verify check manually verified as acceptable (license). Review performed by Claude.
1 parent 7a57002 commit bddf6d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/powertools-examples-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>4.1.1</version> <!-- Supports >= 3.0.0 -->
27+
<version>4.2.0</version> <!-- Supports >= 3.0.0 -->
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.avro</groupId>

powertools-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</description>
3535

3636
<properties>
37-
<kafka-clients.version>4.1.1</kafka-clients.version>
37+
<kafka-clients.version>4.2.0</kafka-clients.version>
3838
<avro.version>1.12.1</avro.version>
3939
<protobuf.version>4.33.4</protobuf.version>
4040
<lambda-serialization.version>1.3.1</lambda-serialization.version>

0 commit comments

Comments
 (0)