Skip to content

Commit

Permalink
bump back kondo with a comment explaining avoidance of clj-kondo/clj-…
Browse files Browse the repository at this point in the history
…kondo#2277 for the moment
  • Loading branch information
d-t-w committed Feb 23, 2024
1 parent 40fd473 commit 0a54d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:url "https://github.com/factorhosue/slipway/blob/main/LICENSE"}

:profiles {:dev {:dependencies [[com.fasterxml.jackson.core/jackson-core "2.16.1"] ;; required for internal inconsistency within clj-kondo, kept at latest for CVE avoidance
[clj-kondo "2024.02.12"]
[clj-kondo "2023.12.15"]
[clj-http "3.12.3" :exclusions [commons-io commons-codec]]
[ch.qos.logback/logback-classic "1.3.14"] ;; 1.3 branch is for Java EE / Java 8 so we will keep aligned here.
[ring/ring-anti-forgery "1.3.0" :exclusions [crypto-random crypto-equality]]
Expand Down

0 comments on commit 0a54d9f

Please sign in to comment.