We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa5ce7 commit 9d27bb5Copy full SHA for 9d27bb5
data-prepper-plugins/kafka-plugins/build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation project(':data-prepper-plugins:aws-plugin-api')
32
// bump io.confluent:* dependencies correspondingly when bumping org.apache.kafka.*
33
// https://docs.confluent.io/platform/current/release-notes/index.html
34
- implementation 'org.apache.kafka:kafka-clients:3.6.1'
+ implementation 'org.apache.kafka:kafka-clients:4.0.0'
35
implementation 'org.apache.kafka:connect-json:3.6.1'
36
implementation project(':data-prepper-plugins:http-common')
37
implementation libs.avro.core
0 commit comments