File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ 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.1 .0"`
12
- - `org.apache.kafka/kafka-clients "3.1 .0"`
13
- - `org.apache.zookeeper/zookeeper "3.7 .0"`
11
+ - `org.apache.kafka/kafka_2.12 "3.2 .0"`
12
+ - `org.apache.kafka/kafka-clients "3.2 .0"`
13
+ - `org.apache.zookeeper/zookeeper "3.8 .0"`
14
14
15
15
but excluding `jms` ,`jmx*` and logging.
16
16
@@ -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.6 .0"]
37
+ [net.tbt-post/clj-kafka-x "0.7 .0"]
38
38
----
39
39
40
40
== Usage
@@ -124,7 +124,7 @@ $ lein install
124
124
125
125
== License
126
126
127
- Copyright © 2016-2021
127
+ Copyright © 2016-2022
128
128
129
129
Distributed under the
130
130
http://www.apache.org/licenses/LICENSE-2.0[Apache License v 2.0]
You can’t perform that action at this time.
0 commit comments