Skip to content

Commit

Permalink
Update Maven dependencies for CP v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Gerrand committed Dec 3, 2019
1 parent 827ffce commit 5f65172
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
;; off with the kafka version.
;; See https://docs.confluent.io/current/release-notes.html

[io.confluent/kafka-schema-registry-client "5.3.0"
[io.confluent/kafka-schema-registry-client "5.3.1"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[io.confluent/kafka-avro-serializer "5.3.0"]
[org.apache.kafka/kafka-clients "2.3.0"]
[org.apache.kafka/kafka-streams "2.3.0"]
[org.apache.kafka/kafka_2.11 "2.3.0"]
[org.apache.kafka/kafka-streams-test-utils "2.3.0"]
[io.confluent/kafka-avro-serializer "5.3.1"]
[org.apache.kafka/kafka-clients "2.3.1"]
[org.apache.kafka/kafka-streams "2.3.1"]
[org.apache.kafka/kafka_2.11 "2.3.1"]
[org.apache.kafka/kafka-streams-test-utils "2.3.1"]
[org.clojure/clojure "1.10.1" :scope "provided"]
[org.clojure/data.json "0.2.6"]
[org.clojure/data.fressian "0.2.1"]
Expand Down Expand Up @@ -71,8 +71,8 @@
:resource-paths ["test/resources"]
:injections [(require 'io.aviso.logging.setup)]
:dependencies [[io.aviso/logging "0.3.2"]
[org.apache.kafka/kafka-streams-test-utils "2.3.0"]
[org.apache.kafka/kafka-clients "2.3.0" :classifier "test"]
[org.apache.kafka/kafka-streams-test-utils "2.3.1"]
[org.apache.kafka/kafka-clients "2.3.1" :classifier "test"]
[org.clojure/test.check "0.9.0"]
[lambdaisland/kaocha "0.0-529"]
[lambdaisland/kaocha-cloverage "0.0-32"]
Expand Down

0 comments on commit 5f65172

Please sign in to comment.