From 566c48a53575dde02b76ca975660ad1f8fe4ac8a Mon Sep 17 00:00:00 2001 From: Remco van 't Veer Date: Mon, 24 Jun 2024 09:19:10 +0000 Subject: [PATCH] Update deps (#314) --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index efd21575..f8b38bd0 100644 --- a/project.clj +++ b/project.clj @@ -26,8 +26,8 @@ ;; API [compojure "1.7.1"] - [ring/ring-jetty-adapter "1.12.1"] - [ring/ring-core "1.12.1"] + [ring/ring-jetty-adapter "1.12.2"] + [ring/ring-core "1.12.2"] [ring/ring-defaults "0.5.0"] [ring/ring-json "0.5.1"] [nl.jomco/ring-trace-context "0.0.8"]