Skip to content

Commit

Permalink
update kafka driver
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed May 25, 2022
1 parent 59cbe9d commit 1dbdba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion profiles.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:dev {:dependencies [[midje "1.10.5"]]}
:docs {:plugins [[lein-codox "0.10.8"]
[org.timmc/nephila "0.3.0"]]}
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]}
:provided {:dependencies [[org.clojure/clojure "1.11.1"]]}
:jar {:aot :all}}
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.6.1"
(defproject net.tbt-post/clj-kafka-x "0.6.2"
:description "A Clojure wrapper for Apache Kafka v2/v3 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 "3.1.0"
:dependencies [[org.apache.kafka/kafka_2.12 "3.2.0"
:exclusions [javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri
org.slf4j/slf4j-log4j12]]
[org.apache.zookeeper/zookeeper "3.7.0"
[org.apache.zookeeper/zookeeper "3.8.0"
:exclusions [org.slf4j/slf4j-log4j12]]
[org.apache.kafka/kafka-clients "3.1.0"]])
[org.apache.kafka/kafka-clients "3.2.0"]])

0 comments on commit 1dbdba5

Please sign in to comment.