Skip to content

Commit

Permalink
MAINT: bump io.confluent:* packages to match org.apache.kafka.* (open…
Browse files Browse the repository at this point in the history
…search-project#4626)

Signed-off-by: George Chen <qchea@amazon.com>
  • Loading branch information
chenqi0805 authored Jun 14, 2024
1 parent 5152300 commit 513d02f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,18 @@ dependencies {
implementation project(':data-prepper-plugins:buffer-common')
implementation project(':data-prepper-plugins:blocking-buffer')
implementation project(':data-prepper-plugins:aws-plugin-api')
// bump io.confluent:* dependencies correspondingly when bumping org.apache.kafka.*
// https://docs.confluent.io/platform/current/release-notes/index.html
implementation 'org.apache.kafka:kafka-clients:3.6.1'
implementation 'org.apache.kafka:connect-json:3.6.1'
implementation project(':data-prepper-plugins:http-common')
implementation libs.avro.core
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'io.micrometer:micrometer-core'
implementation libs.commons.lang3
implementation 'io.confluent:kafka-avro-serializer:7.4.0'
implementation 'io.confluent:kafka-json-schema-serializer:7.4.0'
implementation 'io.confluent:kafka-schema-registry-client:7.4.0'
implementation 'io.confluent:kafka-avro-serializer:7.6.0'
implementation 'io.confluent:kafka-json-schema-serializer:7.6.0'
implementation 'io.confluent:kafka-schema-registry-client:7.6.0'
implementation 'software.amazon.awssdk:sts'
implementation 'software.amazon.awssdk:auth'
implementation 'software.amazon.awssdk:kafka'
Expand Down Expand Up @@ -75,8 +77,8 @@ dependencies {
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'

integrationTestImplementation testLibs.junit.vintage
integrationTestImplementation 'io.confluent:kafka-schema-registry:7.4.0'
integrationTestImplementation ('io.confluent:kafka-schema-registry:7.4.0:tests') {
integrationTestImplementation 'io.confluent:kafka-schema-registry:7.6.0'
integrationTestImplementation ('io.confluent:kafka-schema-registry:7.6.0:tests') {
exclude group: 'org.glassfish.jersey.containers', module: 'jersey-container-servlet'
exclude group: 'org.glassfish.jersey.inject', module: 'jersey-hk2'
exclude group: 'org.glassfish.jersey.ext', module: 'jersey-bean-validation'
Expand Down

0 comments on commit 513d02f

Please sign in to comment.