We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c624da + 65c78f7 commit 46faa6eCopy full SHA for 46faa6e
driver-kafka/pom.xml
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>org.apache.kafka</groupId>
34
<artifactId>kafka-clients</artifactId>
35
- <version>3.3.1</version>
+ <version>3.9.1</version>
36
</dependency>
37
</dependencies>
38
driver-redpanda/pom.xml
@@ -49,7 +49,8 @@
49
50
51
52
+ <!-- Note that the kafka-client version here should match the version in driver-kafka/pom.xml -->
53
54
<exclusions>
55
<exclusion>
56
<groupId>org.lz4</groupId>
0 commit comments