Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent f15e582 commit 1fb66ea
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 @@ -41,11 +41,11 @@ 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:7.5.0-ce'
testImplementation('com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39')
implementation project(':data-prepper-plugins:failures-common')
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: '2.0.9'
implementation 'org.apache.kafka:connect-json:3.4.0'
implementation 'org.apache.kafka:connect-json:7.5.0-ce'
implementation 'com.github.fge:json-schema-validator:2.2.14'
implementation 'commons-collections:commons-collections:3.2.2'
implementation 'software.amazon.awssdk:s3'
Expand Down

0 comments on commit 1fb66ea

Please sign in to comment.