Skip to content

Commit

Permalink
Bump io.confluent:kafka-avro-serializer from 7.6.1 to 7.6.2 (#3210)
Browse files Browse the repository at this point in the history
Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 7.6.1 to 7.6.2.
- [Commits](confluentinc/schema-registry@v7.6.1...v7.6.2)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent da9b8fa commit 800be34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc-bie-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

// avro schema and kafka
implementation 'org.apache.avro:avro:1.11.3'
implementation 'io.confluent:kafka-avro-serializer:7.6.1'
implementation 'io.confluent:kafka-avro-serializer:7.6.2'
implementation 'org.apache.kafka:connect-api:7.6.2-ce'
implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'com.google.guava:guava:33.2.1-jre'
Expand Down

0 comments on commit 800be34

Please sign in to comment.