File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- (defproject net.tbt-post /clj-kafka-x " 0.4.1 "
1
+ (defproject net.tbt-post /clj-kafka-x " 0.5.0 "
2
2
:description " A Clojure wrapper for Apache Kafka v2 client"
3
3
:url " https://github.com/source-c/clj-kafka-x"
4
4
:license {:name " Apache License 2.0"
5
5
:url " http://www.apache.org/licenses/LICENSE-2.0" }
6
- :dependencies [[org.apache.kafka/kafka_2.12 " 2.5 .0"
6
+ :dependencies [[org.apache.kafka/kafka_2.12 " 2.7 .0"
7
7
:exclusions [javax.jms/jms
8
8
com.sun.jdmk/jmxtools
9
9
com.sun.jmx/jmxri
10
10
org.slf4j/slf4j-log4j12]]
11
- [org.apache.zookeeper/zookeeper " 3.6.1 "
11
+ [org.apache.zookeeper/zookeeper " 3.6.2 "
12
12
:exclusions [org.slf4j/slf4j-log4j12]]
13
- [org.apache.kafka/kafka-clients " 2.5 .0" ]])
13
+ [org.apache.kafka/kafka-clients " 2.7 .0" ]])
You can’t perform that action at this time.
0 commit comments