Skip to content

Commit

Permalink
build(deps): bump kafka-libs.version from 7.7.2 to 7.8.0 (#706)
Browse files Browse the repository at this point in the history
Bumps `kafka-libs.version` from 7.7.2 to 7.8.0.

Updates `io.confluent:kafka-avro-serializer` from 7.7.2 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.2...v7.8.0)

Updates `io.confluent:kafka-schema-registry-client` from 7.7.2 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.2...v7.8.0)

Updates `io.confluent:kafka-protobuf-serializer` from 7.7.2 to 7.8.0
- [Commits](confluentinc/schema-registry@v7.7.2...v7.8.0)

---
updated-dependencies:
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.confluent:kafka-protobuf-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent d7547de commit 0ed94d0
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.25.5</protobuf.version>
<testcontainers.version>1.20.4</testcontainers.version>
<kafka-libs.version>7.7.2</kafka-libs.version>
<kafka-libs.version>7.8.0</kafka-libs.version>
<docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>

Expand Down

0 comments on commit 0ed94d0

Please sign in to comment.