Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
r4um committed Mar 23, 2024
1 parent 23f7cbb commit 2010d6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
:url "https://github.com/r4um/jmx-dump"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
:dependencies [[org.clojure/clojure "1.11.2"]
[org.clojure/tools.cli "1.0.194"]
[org.clojure/java.jmx "1.0.0"]
[org.apache.commons/commons-lang3 "3.9"]
[cheshire "5.11.0"]]
[cheshire "5.12.0"]]
:main jmx-dump.core
:bin {:name "jmx-dump"
:jvm-opts [ "$JVM_OPTS" ]}
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[clj-kondo "2023.01.20"]]
:dev {:dependencies [[clj-kondo "2024.03.13"]]
:plugins [[lein-binplus "0.6.6"]]}}
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main" "--lint" "src"]})

0 comments on commit 2010d6e

Please sign in to comment.