Skip to content

Commit

Permalink
Merge pull request #355 from FundingCircle/kafka-3.3
Browse files Browse the repository at this point in the history
deps: use kafka 3.3.2 instead to match Confluent
  • Loading branch information
minimal authored Apr 3, 2023
2 parents 76c529a + 11b1362 commit 2294bac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
:exclusions [com.fasterxml.jackson.core/jackson-databind]]
[io.confluent/kafka-avro-serializer "7.3.2"]
[io.confluent/kafka-json-schema-serializer "7.3.2"]
[org.apache.kafka/kafka-clients "3.4.0"]
[org.apache.kafka/kafka-streams "3.4.0"]
[org.apache.kafka/kafka-streams-test-utils "3.4.0"]
[org.apache.kafka/kafka-clients "3.3.2"]
[org.apache.kafka/kafka-streams "3.3.2"]
[org.apache.kafka/kafka-streams-test-utils "3.3.2"]

[org.clojure/clojure "1.11.1" :scope "provided"]
[org.clojure/java.data "1.0.95"]
Expand Down Expand Up @@ -73,10 +73,10 @@
:resource-paths ["test/resources"]
:injections [(require 'io.aviso.logging.setup)]
:dependencies [[io.aviso/logging "1.0"]
[org.apache.kafka/kafka-streams-test-utils "3.4.0"]
[org.apache.kafka/kafka-clients "3.4.0" :classifier "test"]
[org.apache.kafka/kafka-streams-test-utils "3.3.2"]
[org.apache.kafka/kafka-clients "3.3.2" :classifier "test"]
[org.clojure/test.check "1.1.1"]
[org.apache.kafka/kafka_2.13 "3.4.0"]
[org.apache.kafka/kafka_2.13 "3.3.2"]
[lambdaisland/kaocha "1.80.1274"]
[lambdaisland/kaocha-cloverage "1.1.89"]
[lambdaisland/kaocha-junit-xml "1.17.101"]]}
Expand Down

0 comments on commit 2294bac

Please sign in to comment.