From 2d144cd6d218e6e40cb9fb1d96efa0750abc059d Mon Sep 17 00:00:00 2001 From: d-t-w Date: Tue, 23 Jul 2024 16:33:37 +1000 Subject: [PATCH] update Jetty9 dependencies to latest --- slipway-jetty9/project.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/slipway-jetty9/project.clj b/slipway-jetty9/project.clj index 95d1eeb3..55363d62 100644 --- a/slipway-jetty9/project.clj +++ b/slipway-jetty9/project.clj @@ -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}} @@ -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"]