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 to confluent version 7.6.0 #5179

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencies {
// Using io.confluent dependencies requires code in the toplevel build.gradle to add their maven repository.
// Note: the -ccs flavor is provided by confluent as their community edition. It is equivalent to the maven central
// version, but has a different version to make it easier to keep confluent dependencies aligned.
api 'org.apache.kafka:kafka-clients:7.4.0-ccs'
api 'io.confluent:kafka-avro-serializer:7.4.0'
api 'io.confluent:kafka-protobuf-serializer:7.4.0'
api 'org.apache.kafka:kafka-clients:7.6.0-ccs'
api 'io.confluent:kafka-avro-serializer:7.6.0'
api 'io.confluent:kafka-protobuf-serializer:7.6.0'

// When updating the kafka implementation, it may be useful to test out the minimum kafka version that our code
// compiles, tests, and runs with. If we want to offer more strict guarantees in these regards in the future, at
Expand Down
Loading