Skip to content

Commit

Permalink
bump to latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed May 7, 2024
1 parent eb74c3a commit 657383f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject io.factorhouse/kpow-streams-agent "1.0.0"
:description "kPow's Kafka Streams monitoring agent"
:description "Kpow's Kafka Streams monitoring agent"
:url "https://github.com/factorhouse/kpow-streams-agent"
:license {:name "Apache-2.0 License"
:url "https://www.apache.org/licenses/LICENSE-2.0"
Expand All @@ -21,7 +21,7 @@
[:roles
[:role "developer"]
[:role "maintainer"]]]])
:dependencies [[org.clojure/clojure "1.11.2"]
:dependencies [[org.clojure/clojure "1.11.3"]
[com.cognitect/transit-clj "1.0.333"]
[org.clojure/tools.logging "1.3.0"]
[org.apache.kafka/kafka-streams "3.2.0" :scope "provided" :exclusions [com.fasterxml.jackson.core/jackson-core]]]
Expand All @@ -33,13 +33,13 @@
["javadoc" {:source-paths ^:replace []
:java-source-paths ^:replace []
:resource-paths ^:replace ["javadoc"]}]]
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.87.1366"]]}
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.88.1376"]]}
:dev {:resource-paths ["dev-resources"]
:plugins [[lein-cljfmt "0.8.0"]]
:dependencies [[org.slf4j/slf4j-api "2.0.12"]
:plugins [[lein-cljfmt "0.9.2"]]
:dependencies [[org.slf4j/slf4j-api "2.0.13"]
[ch.qos.logback/logback-classic "1.3.14"]
[cheshire "5.12.0" :exclusions [com.fasterxml.jackson.core/jackson-databind]]
[clj-kondo "2024.02.12"]]}
[cheshire "5.13.0" :exclusions [com.fasterxml.jackson.core/jackson-databind]]
[clj-kondo "2024.03.13"]]}
:smoke {:pedantic? :abort}}
:aliases {"kaocha" ["with-profile" "+kaocha" "run" "-m" "kaocha.runner"]
"kondo" ["with-profile" "+smoke" "run" "-m" "clj-kondo.main" "--lint" "src"]
Expand Down

0 comments on commit 657383f

Please sign in to comment.