Skip to content

Commit 88997ca

Browse files
committed
update readme
1 parent ebb3c55 commit 88997ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ NOTE: Still contains zookeeper as a dependency.
88

99
Tries to be as lightweigh as possible thus depends only on
1010

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"`
1414
1515
but excluding `jms`,`jmx*` and logging.
1616

@@ -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.6.0"]
37+
[net.tbt-post/clj-kafka-x "0.7.0"]
3838
----
3939

4040
== Usage
@@ -124,7 +124,7 @@ $ lein install
124124

125125
== License
126126

127-
Copyright © 2016-2021
127+
Copyright © 2016-2022
128128

129129
Distributed under the
130130
http://www.apache.org/licenses/LICENSE-2.0[Apache License v 2.0]

0 commit comments

Comments
 (0)