Skip to content

Commit

Permalink
Bump org.apache.kafka:connect-json
Browse files Browse the repository at this point in the history
Bumps org.apache.kafka:connect-json from 3.4.0 to 3.6.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:connect-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5b372ce commit e522901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'com.amazonaws:aws-java-sdk-glue:1.12.506'
implementation 'io.confluent:kafka-json-schema-serializer:7.4.0'
implementation project(':data-prepper-plugins:failures-common')
implementation 'org.apache.kafka:connect-json:3.4.0'
implementation 'org.apache.kafka:connect-json:3.6.1'
implementation 'com.github.fge:json-schema-validator:2.2.14'
implementation 'commons-collections:commons-collections:3.2.2'
implementation 'software.amazon.awssdk:s3'
Expand All @@ -54,7 +54,7 @@ dependencies {
testImplementation 'io.confluent:kafka-schema-registry:7.4.0'
testImplementation testLibs.junit.vintage
testImplementation 'org.apache.kafka:kafka-clients:3.4.0:test'
testImplementation 'org.apache.kafka:connect-json:3.4.0'
testImplementation 'org.apache.kafka:connect-json:3.6.1'
testImplementation('com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39')
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
testImplementation project(':data-prepper-plugins:otel-metrics-source')
Expand Down

0 comments on commit e522901

Please sign in to comment.