diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-09-08 12:59:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-08 12:59:10 +0000 |
commit | 9a9a8b13640f8f432eb63fb14019dca8e603302a (patch) | |
tree | ebd14bcf1613d98c110efedc64e1d83424b4f8d6 | |
parent | f7d7430141b5b3b6b086a5664d9eccc9cf456065 (diff) | |
parent | e233b1bf56718760659045ab50bd1dd822638441 (diff) |
Merge "Upgrade xacml engine to 3.1.0"
-rw-r--r-- | applications/common/pom.xml | 2 |
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> |