diff options
-rw-r--r-- | License.txt | 18 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | project.clj | 2 |
3 files changed, 21 insertions, 3 deletions
diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..1ab7fb8 --- /dev/null +++ b/License.txt @@ -0,0 +1,18 @@ +============LICENSE_START======================================================= +chameleon +================================================================================ +Copyright © 2017-2019 Amdocs +All rights reserved. +================================================================================ +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= @@ -7,7 +7,7 @@ <name>aai-chameleon</name> <description/> <scm> - <tag>0e3c742bec42615ac1576d07c8fa322512e4c215</tag> + <tag>694cabe2c0c5aaa05de06e731112b4bf78366de5</tag> </scm> <build> <sourceDirectory>src</sourceDirectory> @@ -206,7 +206,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 053f766..85e6275 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ [org.clojure/core.async "0.4.474"] [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"] |