Skip to content

Commit

Permalink
add: (deps): bump io.confluent:kafka-avro-serializer from 5.1.2 to 7.7.1
Browse files Browse the repository at this point in the history
Bumps [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) from 5.1.2 to 7.7.1.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 02d4c77 commit aa351a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/kafka-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>5.1.2</version>
<version>7.7.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/kafka-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-avro-serializer</artifactId>
<version>5.1.2</version>
<version>7.7.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aa351a7

Please sign in to comment.