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 e23242f commit 641ca7eCopy full SHA for 641ca7e
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.4.0"
+ :dependencies [[org.apache.kafka/kafka_2.12 "3.5.0"
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.1"
12
:exclusions [org.slf4j/slf4j-log4j12]]
13
- [org.apache.kafka/kafka-clients "3.4.0"]])
+ [org.apache.kafka/kafka-clients "3.5.0"]])
0 commit comments