Skip to content

Commit 9c03d57

Browse files
committed
update project
1 parent d057615 commit 9c03d57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

project.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
(defproject net.tbt-post/clj-kafka-x "0.4.1"
1+
(defproject net.tbt-post/clj-kafka-x "0.5.0"
22
:description "A Clojure wrapper for Apache Kafka v2 client"
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 "2.5.0"
6+
:dependencies [[org.apache.kafka/kafka_2.12 "2.7.0"
77
:exclusions [javax.jms/jms
88
com.sun.jdmk/jmxtools
99
com.sun.jmx/jmxri
1010
org.slf4j/slf4j-log4j12]]
11-
[org.apache.zookeeper/zookeeper "3.6.1"
11+
[org.apache.zookeeper/zookeeper "3.6.2"
1212
:exclusions [org.slf4j/slf4j-log4j12]]
13-
[org.apache.kafka/kafka-clients "2.5.0"]])
13+
[org.apache.kafka/kafka-clients "2.7.0"]])

0 commit comments

Comments
 (0)