Skip to content

Commit

Permalink
bump slipway-jetty10 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Nov 1, 2023
1 parent 5144741 commit a51bdd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slipway-jetty10/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
: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.09.07"]
[clj-kondo "2023.10.20"]
[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]]
Expand All @@ -25,11 +25,11 @@
[org.clojure/tools.logging "1.2.4"]
[ring/ring-servlet "1.9.5"]
[com.taoensso/sente "1.17.0"]
[org.eclipse.jetty.websocket/websocket-jetty-api "10.0.17"]
[org.eclipse.jetty.websocket/websocket-jetty-server "10.0.17" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty.websocket/websocket-servlet "10.0.17" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-server "10.0.17" :exclusions [org.slf4j/slf4j-api]]
[org.eclipse.jetty/jetty-jaas "10.0.17" :exclusions [org.slf4j/slf4j-api]]
[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"]]

:source-paths ["common/src" "common-jetty1x/src" "common-javax/src"]
Expand Down

0 comments on commit a51bdd7

Please sign in to comment.