From 2423279dc29e1288a9be1b2fb79b5484c2334740 Mon Sep 17 00:00:00 2001 From: "C.T. Paterson" Date: Fri, 4 Jan 2019 16:05:10 -0500 Subject: Update ring dependency Change-Id: I9402cdd2f3977aabc86b58b8260a04ebffe48e88 Issue-ID: AAI-2053 Signed-off-by: C.T. Paterson (cherry picked from commit a0ef5402313db30699a6c60b5ef864333a4fba94) --- pom.xml | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7ff0e25..cc82937 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ aai-gallifrey - 2a921ed1e1daaf2f36dbdbb316370cf344ec49c7 + 4171e35d4ea5d28e7ffd8bb6406d56568dbefa64 src @@ -181,7 +181,7 @@ ring ring-core - 1.6.3 + 1.7.1 ring diff --git a/project.clj b/project.clj index 361606f..22c52fc 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ [com.7theta/utilis "1.0.4"] [http-kit "2.2.0"] - [ring/ring-core "1.6.3"] + [ring/ring-core "1.7.1"] [ring/ring-defaults "0.3.1"] [ring/ring-anti-forgery "1.1.0"] [compojure "1.6.0"] -- cgit 1.2.3-korg