From f46cb12bfbd0dc84f51050087341ca1517f2eb81 Mon Sep 17 00:00:00 2001 From: Anton Mostovoy Date: Fri, 8 Dec 2023 12:25:35 -0600 Subject: [PATCH] update ring-core to fix CVE-2023-24998 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ca2e83c..a119532 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "http://www.eclipse.org/legal/epl-v10.html" :distribution :repo :comments "same as Clojure"} - :dependencies [[ring/ring-core "1.9.4"] + :dependencies [[ring/ring-core "1.10.0"] [potemkin "0.4.5"]] :profiles {:dev {:plugins [[lein-clojars "0.9.1"]] :resource-paths ["templates"]