File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ NOTE: Still contains zookeeper as a dependency.
88
99Tries to be as lightweigh as possible thus depends only on
1010
11- - `org.apache.kafka/kafka_2.12 "3.2.0 "`
12- - `org.apache.kafka/kafka-clients "3.2.0 "`
11+ - `org.apache.kafka/kafka_2.12 "3.2.1 "`
12+ - `org.apache.kafka/kafka-clients "3.2.1 "`
1313- `org.apache.zookeeper/zookeeper "3.8.0"`
1414
1515 but excluding `jms` ,`jmx*` and logging.
@@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
3434
3535[source,clojure]
3636----
37- [net.tbt-post/clj-kafka-x "0.7.2 "]
37+ [net.tbt-post/clj-kafka-x "0.7.3 "]
3838----
3939
4040== Usage
Original file line number Diff line number Diff line change 1- (defproject net.tbt-post /clj-kafka-x " 0.7.2 "
1+ (defproject net.tbt-post /clj-kafka-x " 0.7.3 "
22 :description " A Clojure wrapper for Apache Kafka v2/v3 client"
33 :url " https://github.com/source-c/clj-kafka-x"
44 :license {:name " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments