Skip to content

Commit 5744094

Browse files
committed
update kafka to 3.2.1
1 parent 671da21 commit 5744094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
:url "https://github.com/source-c/clj-kafka-x"
44
:license {:name "Apache License 2.0"
55
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6-
:dependencies [[org.apache.kafka/kafka_2.12 "3.2.0"
6+
:dependencies [[org.apache.kafka/kafka_2.12 "3.2.1"
77
:exclusions [javax.jms/jms
88
com.sun.jdmk/jmxtools
99
com.sun.jmx/jmxri
1010
org.slf4j/slf4j-log4j12]]
1111
[org.apache.zookeeper/zookeeper "3.8.0"
1212
:exclusions [org.slf4j/slf4j-log4j12]]
13-
[org.apache.kafka/kafka-clients "3.2.0"]])
13+
[org.apache.kafka/kafka-clients "3.2.1"]])

0 commit comments

Comments
 (0)