Skip to content

Commit ad3671e

Browse files
committed
prepare release
1 parent 5744094 commit ad3671e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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.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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)