Skip to content

Commit

Permalink
correct dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Nov 1, 2023
1 parent fcbc61c commit 5e3f2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

:profiles {:dev {:dependencies [[com.fasterxml.jackson.core/jackson-core "2.15.3"] ;; required for internal inconsistency within clj-kondo
[clj-kondo "2023.10.20"]
[clj-http "3.12.3" :exclusions [commons-io]]
[clj-http "3.12.3" :exclusions [commons-io commons-codec]]
[ch.qos.logback/logback-classic "1.3.11"]
[ring/ring-anti-forgery "1.3.0" :exclusions [crypto-random]]
[metosin/reitit-ring "0.5.18"]]
Expand Down
2 changes: 1 addition & 1 deletion slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

:profiles {:dev {:dependencies [[com.fasterxml.jackson.core/jackson-core "2.15.3"] ;; required for internal inconsistency within clj-kondo
[clj-kondo "2023.10.20"]
[clj-http "3.12.3" :exclusions [commons-io commons-codec]]
[clj-http "3.12.3" :exclusions [commons-io]]
[ch.qos.logback/logback-classic "1.3.11"]
[ring/ring-anti-forgery "1.3.0" :exclusions [crypto-random]]
[metosin/reitit-ring "0.5.18"]]
Expand Down

0 comments on commit 5e3f2e7

Please sign in to comment.