Skip to content

Commit

Permalink
update slipway-jetty10 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Jan 8, 2024
1 parent cf5f83e commit 7222f0d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
:license {:name "MIT License"
:url "https://github.com/factorhouse/slipway/blob/main/LICENSE"}

:profiles {:dev {:dependencies [[com.fasterxml.jackson.core/jackson-core "2.15.3"] ;; required for internal inconsistency within clj-kondo
[clj-kondo "2023.10.20"]
: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 "2023.12.15"]
[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"]]
[ch.qos.logback/logback-classic "1.3.14"]
[ring/ring-anti-forgery "1.3.0" :exclusions [crypto-random crypto-equality]]
[metosin/reitit-ring "0.6.0"]]
:resource-paths ["dev-resources" "common/dev-resources"]
:plugins [[lein-cljfmt "0.8.2"]]}
:smoke {:pedantic? :abort}}
Expand All @@ -23,14 +23,14 @@

:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/tools.logging "1.2.4"]
[ring/ring-servlet "1.9.5"]
[ring/ring-servlet "1.9.6"]
[com.taoensso/sente "1.17.0"]
[org.eclipse.jetty.websocket/websocket-jetty-api "10.0.18"]
[org.eclipse.jetty.websocket/websocket-jetty-server "10.0.18" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty.websocket/websocket-servlet "10.0.18" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-server "10.0.18" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-jaas "10.0.18" :exclusions [org.slf4j/slf4j-api]]
[org.slf4j/slf4j-api "2.0.9"]]
[org.eclipse.jetty.websocket/websocket-jetty-api "10.0.19"]
[org.eclipse.jetty.websocket/websocket-jetty-server "10.0.19" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty.websocket/websocket-servlet "10.0.19" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-server "10.0.19" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-jaas "10.0.19" :exclusions [org.slf4j/slf4j-api]]
[org.slf4j/slf4j-api "2.0.10"]]

:source-paths ["common/src" "common-jetty1x/src" "common-javax/src"]
:test-paths ["test" "common/test"])

0 comments on commit 7222f0d

Please sign in to comment.