Skip to content

Commit

Permalink
update kafka to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Aug 30, 2022
1 parent 671da21 commit 5744094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
: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.2.0"
:dependencies [[org.apache.kafka/kafka_2.12 "3.2.1"
:exclusions [javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri
org.slf4j/slf4j-log4j12]]
[org.apache.zookeeper/zookeeper "3.8.0"
:exclusions [org.slf4j/slf4j-log4j12]]
[org.apache.kafka/kafka-clients "3.2.0"]])
[org.apache.kafka/kafka-clients "3.2.1"]])

0 comments on commit 5744094

Please sign in to comment.