We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa5ce7 commit 18d58a2Copy full SHA for 18d58a2
data-prepper-plugins/kafka-plugins/build.gradle
@@ -32,7 +32,7 @@ dependencies {
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'
35
- implementation 'org.apache.kafka:connect-json:3.6.1'
+ implementation 'org.apache.kafka:connect-json:4.0.0'
36
implementation project(':data-prepper-plugins:http-common')
37
implementation libs.avro.core
38
implementation 'com.fasterxml.jackson.core:jackson-databind'
0 commit comments