diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | project.clj | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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"] |