Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kafka-libs.version from 6.1.4 to 7.2.1 #411

Merged
merged 1 commit into from Aug 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2022

Bumps kafka-libs.version from 6.1.4 to 7.2.1.
Updates kafka-avro-serializer from 6.1.4 to 7.2.1

Commits
  • 92766ee Set Confluent to 7.2.1, Kafka to 7.2.1.
  • 0ade8cf Merge branch '7.1.x' into 7.2.x
  • a11d627 Merge branch '7.0.x' into 7.1.x
  • 739b439 Merge branch '6.2.x' into 7.0.x
  • 275b36a Merge branch '6.1.x' into 6.2.x
  • ed96278 DGS-4172 Bound size of Avro datumReader/Writer caches (#2331)
  • 3d25386 Merge branch '7.1.x' into 7.2.x
  • 19ee9b9 Merge branch '7.0.x' into 7.1.x
  • 691683e Merge branch '6.2.x' into 7.0.x
  • e0c9ef5 Merge branch '6.1.x' into 6.2.x
  • Additional commits viewable in compare view

Updates kafka-schema-registry-client from 6.1.4 to 7.2.1

Commits
  • 92766ee Set Confluent to 7.2.1, Kafka to 7.2.1.
  • 0ade8cf Merge branch '7.1.x' into 7.2.x
  • a11d627 Merge branch '7.0.x' into 7.1.x
  • 739b439 Merge branch '6.2.x' into 7.0.x
  • 275b36a Merge branch '6.1.x' into 6.2.x
  • ed96278 DGS-4172 Bound size of Avro datumReader/Writer caches (#2331)
  • 3d25386 Merge branch '7.1.x' into 7.2.x
  • 19ee9b9 Merge branch '7.0.x' into 7.1.x
  • 691683e Merge branch '6.2.x' into 7.0.x
  • e0c9ef5 Merge branch '6.1.x' into 6.2.x
  • Additional commits viewable in compare view

Updates kafka-protobuf-serializer from 6.1.4 to 7.2.1

Commits
  • 92766ee Set Confluent to 7.2.1, Kafka to 7.2.1.
  • 0ade8cf Merge branch '7.1.x' into 7.2.x
  • a11d627 Merge branch '7.0.x' into 7.1.x
  • 739b439 Merge branch '6.2.x' into 7.0.x
  • 275b36a Merge branch '6.1.x' into 6.2.x
  • ed96278 DGS-4172 Bound size of Avro datumReader/Writer caches (#2331)
  • 3d25386 Merge branch '7.1.x' into 7.2.x
  • 19ee9b9 Merge branch '7.0.x' into 7.1.x
  • 691683e Merge branch '6.2.x' into 7.0.x
  • e0c9ef5 Merge branch '6.1.x' into 6.2.x
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 16, 2022
Bumps `kafka-libs.version` from 6.1.4 to 7.2.1.

Updates `kafka-avro-serializer` from 6.1.4 to 7.2.1
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](confluentinc/schema-registry@v6.1.4...v7.2.1)

Updates `kafka-schema-registry-client` from 6.1.4 to 7.2.1
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](confluentinc/schema-registry@v6.1.4...v7.2.1)

Updates `kafka-protobuf-serializer` from 6.1.4 to 7.2.1
- [Release notes](https://github.com/confluentinc/schema-registry/releases)
- [Commits](confluentinc/schema-registry@v6.1.4...v7.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/kafka-libs.version-7.2.1 branch from 4cff886 to bb3aba8 Compare August 17, 2022 07:45
@davideicardi davideicardi merged commit 7ae3171 into master Aug 20, 2022
@davideicardi davideicardi deleted the dependabot/maven/kafka-libs.version-7.2.1 branch August 20, 2022 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant