We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671da21 commit 5744094Copy full SHA for 5744094
project.clj
@@ -3,11 +3,11 @@
3
:url "https://github.com/source-c/clj-kafka-x"
4
:license {:name "Apache License 2.0"
5
:url "http://www.apache.org/licenses/LICENSE-2.0"}
6
- :dependencies [[org.apache.kafka/kafka_2.12 "3.2.0"
+ :dependencies [[org.apache.kafka/kafka_2.12 "3.2.1"
7
:exclusions [javax.jms/jms
8
com.sun.jdmk/jmxtools
9
com.sun.jmx/jmxri
10
org.slf4j/slf4j-log4j12]]
11
[org.apache.zookeeper/zookeeper "3.8.0"
12
:exclusions [org.slf4j/slf4j-log4j12]]
13
- [org.apache.kafka/kafka-clients "3.2.0"]])
+ [org.apache.kafka/kafka-clients "3.2.1"]])
0 commit comments