Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-yuxuan committed Jul 13, 2023
1 parent e3e593d commit 71a905f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"avro-kafka" "avro-schema-registry"]
:github/private? false}
:provided {:dependencies [[org.clojure/clojure "1.12.0-alpha4"]
[io.confluent/kafka-avro-serializer "7.4.0"]
[io.confluent/kafka-avro-serializer "7.4.1"]
[org.apache.avro/avro "1.11.2"]]}
:dev {:global-vars {*warn-on-reflection* true}}
:test {:dependencies [[com.bakdata.fluent-kafka-streams-tests/schema-registry-mock "2.9.0"]
[org.apache.kafka/kafka-clients "7.4.0-ce"]
[org.apache.kafka/kafka-streams-test-utils "7.4.0-ce"]]}
[org.apache.kafka/kafka-clients "7.4.1-ce"]
[org.apache.kafka/kafka-streams-test-utils "7.4.1-ce"]]}
:jar {:jvm-opts ["-Dclojure.compiler.disable-locals-clearing=false"
"-Dclojure.compiler.direct-linking=true"]}
:kaocha [:test {:dependencies [[lambdaisland/kaocha "1.85.1342"]]}]}
Expand Down

0 comments on commit 71a905f

Please sign in to comment.