Skip to content

Commit e23242f

Browse files
committed
update readme
1 parent 5b8c63d commit e23242f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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.3.1"`
12-
- `org.apache.kafka/kafka-clients "3.3.1"`
13-
- `org.apache.zookeeper/zookeeper "3.8.0"`
11+
- `org.apache.kafka/kafka_2.12 "3.4.0"`
12+
- `org.apache.kafka/kafka-clients "3.4.0"`
13+
- `org.apache.zookeeper/zookeeper "3.8.1"`
1414
1515
but excluding `jms`,`jmx*` and logging.
1616

17-
CAUTION: Some build (i.e. `v0.4.x`) may be partially (or even fully!) incompatible with some versions of other libraries that use NIO! If you’re experiencing build problems and/or your application crashed on start - try to update your dependencies by adding an actual version of `[io.netty/netty-all]`
17+
NOTE: Some builds (for instance of `v0.4.x` branch) may partially (sometimes even fully) be incompatible with some versions of other libraries that also use NIO! If you’re experiencing build problems and/or your application is unexpectedly crashed on start - try check your project dependencies more deeply, may be you will need to correct existing dependencies version or to add an actual version of full `[io.netty/netty-all]`
1818

1919
Actual library info:
2020

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

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

125125
== License
126126

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

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

0 commit comments

Comments
 (0)