Skip to content

Commit

Permalink
update Jetty9 dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
d-t-w committed Jul 23, 2024
1 parent dcec160 commit 2d144cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions slipway-jetty9/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[clj-http "3.13.0"]
[ch.qos.logback/logback-classic "1.3.14"] ;; Logback 1.3.x supports the Java EE edition whereas logback 1.4.x supports Jakarta EE, otherwise the two versions are feature identical. The 1.5.x continues the 1.4.x series but with logback-access relocated to its own repository.
[ring/ring-anti-forgery "1.3.1"]
[metosin/reitit-ring "0.7.0" :exclusions [ring/ring-core]]]
[metosin/reitit-ring "0.7.1" :exclusions [ring/ring-core]]]
:resource-paths ["dev-resources" "common/dev-resources"]
:plugins [[lein-cljfmt "0.9.2"]]}
:smoke {:pedantic? :abort}}
Expand All @@ -25,10 +25,10 @@
[org.clojure/tools.logging "1.3.0"]
[ring/ring-servlet "1.9.6"]
[com.taoensso/sente "1.17.0"]
[org.eclipse.jetty/jetty-server "9.4.54.v20240208"]
[org.eclipse.jetty.websocket/websocket-server "9.4.54.v20240208"]
[org.eclipse.jetty.websocket/websocket-servlet "9.4.54.v20240208"]
[org.eclipse.jetty/jetty-jaas "9.4.54.v20240208"]
[org.eclipse.jetty/jetty-server "9.4.55.v20240627"]
[org.eclipse.jetty.websocket/websocket-server "9.4.55.v20240627"]
[org.eclipse.jetty.websocket/websocket-servlet "9.4.55.v20240627"]
[org.eclipse.jetty/jetty-jaas "9.4.55.v20240627"]
[org.slf4j/slf4j-api "2.0.13"]]

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

0 comments on commit 2d144cd

Please sign in to comment.