From ea7296e3e6cd95fbd541924f76baa38dbe2cd204 Mon Sep 17 00:00:00 2001 From: Cam Saul <1455846+camsaul@users.noreply.github.com> Date: Fri, 27 Mar 2020 11:12:51 -1000 Subject: [PATCH] Bump ring/ring-jetty-adapter 1.7.1 -> 1.8.0 (#12206) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3676af08fde..6e046e778d4 100644 --- a/project.clj +++ b/project.clj @@ -129,7 +129,7 @@ [puppetlabs/i18n "0.8.0"] ; Internationalization library [redux "0.1.4"] ; Utility functions for building and composing transducers [ring/ring-core "1.8.0"] - [ring/ring-jetty-adapter "1.7.1"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests) + [ring/ring-jetty-adapter "1.8.0"] ; Ring adapter using Jetty webserver (used to run a Ring server for unit tests) [ring/ring-json "0.4.0"] ; Ring middleware for reading/writing JSON automatically [stencil "0.5.0"] ; Mustache templates for Clojure [toucan "1.15.1" :exclusions [org.clojure/java.jdbc honeysql]] ; Model layer, hydration, and DB utilities -- GitLab