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

Upgrade kstreams 2.3.0 #158

Closed
Closed
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
18 changes: 9 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@

:dependencies [[aleph "0.4.6"]
[clj-time "0.15.1"]
[danlentz/clj-uuid "0.1.7"
[danlentz/clj-uuid "0.1.9"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it relevant to this PR ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, it's really not. There were just a couple things that looked out of date so bumped them. Maybe better not to. If it's better to leave uuid as-is, I'll remove this change.

:exclusions [primitive-math]]
;; 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 "5.1.2"
[io.confluent/kafka-schema-registry-client "5.2.2"
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[io.confluent/kafka-avro-serializer "5.1.2"]
[org.apache.kafka/kafka-clients "2.2.0"]
[org.apache.kafka/kafka-streams "2.2.0"]
[org.apache.kafka/kafka_2.11 "2.2.0"]
[org.apache.kafka/kafka-streams-test-utils "2.2.0"]
[io.confluent/kafka-avro-serializer "5.2.2"]
[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"]
[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/data.json "0.2.6"]
[org.clojure/tools.logging "0.4.1"]
Expand Down Expand Up @@ -68,8 +68,8 @@

:injections [(require 'io.aviso.logging.setup)]
:dependencies [[io.aviso/logging "0.3.1"]
[org.apache.kafka/kafka-streams-test-utils "2.2.0"]
[org.apache.kafka/kafka-clients "2.2.0" :classifier "test"]
[org.apache.kafka/kafka-streams-test-utils "2.3.0"]
[org.apache.kafka/kafka-clients "2.3.0" :classifier "test"]
[org.clojure/test.check "0.9.0"]]}

:test
Expand Down