Skip to content

Commit

Permalink
Upgrade some dependencies + remove influx deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorbin committed Jul 30, 2024
1 parent f8395c0 commit b4f403d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
[com.boundary/high-scale-lib "1.0.6"]
[com.google.protobuf/protobuf-java "3.22.0"]
[com.google.protobuf/protobuf-java-util "3.22.0"]
[org.hdrhistogram/HdrHistogram "2.1.12"]
[com.influxdb/influxdb-client-java "6.7.0"]
[com.taoensso/nippy "3.2.0"]
[org.hdrhistogram/HdrHistogram "2.2.2"]
[com.taoensso/nippy "3.4.2"]
[io.netty/netty-all "4.1.89.Final"]
[io.netty/netty-codec "4.1.89.Final"]
[io.netty/netty-handler "4.1.89.Final"]
Expand All @@ -21,10 +20,10 @@
[org.apache.kafka/kafka-clients "3.4.0"]
[org.clj-commons/byte-streams "0.3.2"]
[ch.qos.logback/logback-classic "1.2.11"]
[org.clojure/clojure "1.11.1"]
[org.clojure/spec.alpha "0.3.218"]
[org.elasticsearch.client/elasticsearch-rest-client "8.6.2"]
[org.xerial.snappy/snappy-java "1.1.9.1"]
[org.clojure/clojure "1.11.3"]
[org.clojure/spec.alpha "0.5.238"]
[org.elasticsearch.client/elasticsearch-rest-client "8.14.3"]
[org.xerial.snappy/snappy-java "1.1.10.5"]
[riemann-clojure-client "0.5.4"]]
:main ^:skip-aot mirabelle.core
:global-vars {*warn-on-reflection* true}
Expand Down

0 comments on commit b4f403d

Please sign in to comment.