Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Jan 23, 2021
1 parent d057615 commit 9c03d57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
(defproject net.tbt-post/clj-kafka-x "0.4.1"
(defproject net.tbt-post/clj-kafka-x "0.5.0"
:description "A Clojure wrapper for Apache Kafka v2 client"
:url "https://github.com/source-c/clj-kafka-x"
:license {:name "Apache License 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.apache.kafka/kafka_2.12 "2.5.0"
:dependencies [[org.apache.kafka/kafka_2.12 "2.7.0"
:exclusions [javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri
org.slf4j/slf4j-log4j12]]
[org.apache.zookeeper/zookeeper "3.6.1"
[org.apache.zookeeper/zookeeper "3.6.2"
:exclusions [org.slf4j/slf4j-log4j12]]
[org.apache.kafka/kafka-clients "2.5.0"]])
[org.apache.kafka/kafka-clients "2.7.0"]])

0 comments on commit 9c03d57

Please sign in to comment.