diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-09-06 12:24:29 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-09-06 12:24:29 -0500 |
commit | e233b1bf56718760659045ab50bd1dd822638441 (patch) | |
tree | 041da0a44ea0d8d26cca380f44d26f68a56c059a /applications/common/pom.xml | |
parent | fb61d6324218d19e00613093d2d96f2582dc2ac4 (diff) |
Upgrade xacml engine to 3.1.0
Issue-ID: POLICY-4275
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia1422e168465dbb9dca1961e7d0f5371ea619f62
Diffstat (limited to 'applications/common/pom.xml')
-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> |