Skip to content

Commit

Permalink
Bump kafka-libs.version from 7.3.0 to 7.3.2
Browse files Browse the repository at this point in the history
Bumps `kafka-libs.version` from 7.3.0 to 7.3.2.

Updates `kafka-avro-serializer` from 7.3.0 to 7.3.2
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](https://github.com/confluentinc/schema-registry/commits)

Updates `kafka-schema-registry-client` from 7.3.0 to 7.3.2
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](https://github.com/confluentinc/schema-registry/commits)

Updates `kafka-protobuf-serializer` from 7.3.0 to 7.3.2
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [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
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.confluent:kafka-protobuf-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and davideicardi committed Feb 26, 2023
1 parent 2e7be35 commit 7b2ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.22.0</protobuf.version>
<testcontainers.version>1.17.6</testcontainers.version>
<kafka-libs.version>7.3.0</kafka-libs.version>
<kafka-libs.version>7.3.2</kafka-libs.version>
</properties>

<scm>
Expand Down

0 comments on commit 7b2ec27

Please sign in to comment.