Skip to content

Commit 1dbdba5

Browse files
committed
update kafka driver
1 parent 59cbe9d commit 1dbdba5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

profiles.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:dev {:dependencies [[midje "1.10.5"]]}
22
:docs {:plugins [[lein-codox "0.10.8"]
33
[org.timmc/nephila "0.3.0"]]}
4-
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]}
4+
:provided {:dependencies [[org.clojure/clojure "1.11.1"]]}
55
:jar {:aot :all}}

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.6.1"
1+
(defproject net.tbt-post/clj-kafka-x "0.6.2"
22
:description "A Clojure wrapper for Apache Kafka v2/v3 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 "3.1.0"
6+
:dependencies [[org.apache.kafka/kafka_2.12 "3.2.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.7.0"
11+
[org.apache.zookeeper/zookeeper "3.8.0"
1212
:exclusions [org.slf4j/slf4j-log4j12]]
13-
[org.apache.kafka/kafka-clients "3.1.0"]])
13+
[org.apache.kafka/kafka-clients "3.2.0"]])

0 commit comments

Comments
 (0)