File tree 2 files changed +4
-4
lines changed
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.
8
8
9
9
Tries to be as lightweigh as possible thus depends only on
10
10
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 "`
13
13
- `org.apache.zookeeper/zookeeper "3.8.0"`
14
14
15
15
but excluding `jms` ,`jmx*` and logging.
@@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
34
34
35
35
[source,clojure]
36
36
----
37
- [net.tbt-post/clj-kafka-x "0.7.2 "]
37
+ [net.tbt-post/clj-kafka-x "0.7.3 "]
38
38
----
39
39
40
40
== 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 "
2
2
:description " A Clojure wrapper for Apache Kafka v2/v3 client"
3
3
:url " https://github.com/source-c/clj-kafka-x"
4
4
:license {:name " Apache License 2.0"
You can’t perform that action at this time.
0 commit comments