Skip to content

Commit

Permalink
[FundingCircle#336] use a confluent version that properly supports ka…
Browse files Browse the repository at this point in the history
…fka 2.8.0
  • Loading branch information
darin-reify committed Aug 24, 2022
1 parent d581f0b commit bad8cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

### Unreleased
- use version of confluent platform that supports Kafka 2.8.0

### [0.9.6] - [2022-08-01]

Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
;; Confluent does paired releases with Kafka, this should tie
;; off with the kafka version.
;; See https://docs.confluent.io/current/release-notes.html
[io.confluent/kafka-schema-registry-client "6.1.1"
[io.confluent/kafka-schema-registry-client "6.2.6"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[io.confluent/kafka-avro-serializer "6.1.1"]
[io.confluent/kafka-json-schema-serializer "6.1.1"]
[io.confluent/kafka-avro-serializer "6.2.6"]
[io.confluent/kafka-json-schema-serializer "6.2.6"]
[org.apache.kafka/kafka-clients "2.8.0"]
[org.apache.kafka/kafka-streams "2.8.0"]
[org.apache.kafka/kafka-streams-test-utils "2.8.0"]
Expand Down

0 comments on commit bad8cc5

Please sign in to comment.