Skip to content

Commit

Permalink
Bump io.confluent:kafka-avro-serializer from 7.7.1 to 7.7.2
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.7.1 to 7.7.2.
- [Commits](https://github.com/confluentinc/schema-registry/commits)

---
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]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent f1f5d74 commit 256a0c9
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 @@ -36,7 +36,7 @@ dependencies {

// avro schema and kafka
implementation 'org.apache.avro:avro:1.12.0'
implementation 'io.confluent:kafka-avro-serializer:7.7.1'
implementation 'io.confluent:kafka-avro-serializer:7.7.2'
implementation 'org.apache.kafka:connect-api:7.7.1-ce'
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'com.google.guava:guava:33.3.1-jre'
Expand Down

0 comments on commit 256a0c9

Please sign in to comment.