aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-09-08 12:59:10 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-08 12:59:10 +0000
commit9a9a8b13640f8f432eb63fb14019dca8e603302a (patch)
treeebd14bcf1613d98c110efedc64e1d83424b4f8d6
parentf7d7430141b5b3b6b086a5664d9eccc9cf456065 (diff)
parente233b1bf56718760659045ab50bd1dd822638441 (diff)
Merge "Upgrade xacml engine to 3.1.0"
-rw-r--r--applications/common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml
index 9938d75f..627c92b8 100644
--- a/applications/common/pom.xml
+++ b/applications/common/pom.xml
@@ -81,7 +81,7 @@
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp</artifactId>
- <version>3.0</version>
+ <version>3.1.0</version>
</dependency>
</dependencies>
</project>