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.6.1 to 3.8.0.

---
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 Aug 1, 2024
1 parent fd87e3d commit c2934a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
// 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 'org.apache.kafka:connect-json:3.8.0'
implementation project(':data-prepper-plugins:http-common')
implementation libs.avro.core
implementation 'com.fasterxml.jackson.core:jackson-databind'
Expand Down

0 comments on commit c2934a1

Please sign in to comment.