aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-09-06 12:24:29 -0500
committerjhh <jorge.hernandez-herrero@att.com>2022-09-06 12:24:29 -0500
commite233b1bf56718760659045ab50bd1dd822638441 (patch)
tree041da0a44ea0d8d26cca380f44d26f68a56c059a
parentfb61d6324218d19e00613093d2d96f2582dc2ac4 (diff)
Upgrade xacml engine to 3.1.0
Issue-ID: POLICY-4275 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ia1422e168465dbb9dca1961e7d0f5371ea619f62
-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>