aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2019-01-04 16:05:10 -0500
committerC.T. Paterson <ctpaterson+onap@gmail.com>2019-01-04 16:21:51 -0500
commita0ef5402313db30699a6c60b5ef864333a4fba94 (patch)
tree0237f6ac8f3b88deb927b42ec137466f11331fec
parent65635eb379813c675a3d70b6ed9e6acc3268df5e (diff)
Update ring dependency
Change-Id: I9402cdd2f3977aabc86b58b8260a04ebffe48e88 Issue-ID: AAI-2053 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
-rw-r--r--pom.xml4
-rw-r--r--project.clj2
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 @@
<name>aai-gallifrey</name>
<description/>
<scm>
- <tag>2a921ed1e1daaf2f36dbdbb316370cf344ec49c7</tag>
+ <tag>4171e35d4ea5d28e7ffd8bb6406d56568dbefa64</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -181,7 +181,7 @@
<dependency>
<groupId>ring</groupId>
<artifactId>ring-core</artifactId>
- <version>1.6.3</version>
+ <version>1.7.1</version>
</dependency>
<dependency>
<groupId>ring</groupId>
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"]