Skip to content

Commit f54fe2a

Browse files
committed
upgrade kafka to 3.4.0
1 parent 6c60459 commit f54fe2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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.3.1"
6+
:dependencies [[org.apache.kafka/kafka_2.12 "3.4.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.8.0"
11+
[org.apache.zookeeper/zookeeper "3.8.1"
1212
:exclusions [org.slf4j/slf4j-log4j12]]
13-
[org.apache.kafka/kafka-clients "3.3.1"]])
13+
[org.apache.kafka/kafka-clients "3.4.0"]])

0 commit comments

Comments
 (0)