Update parent/common/models/docker references 99/124899/1
authorliamfallon <liam.fallon@est.tech>
Wed, 13 Oct 2021 14:30:08 +0000 (15:30 +0100)
committerliamfallon <liam.fallon@est.tech>
Wed, 13 Oct 2021 14:30:08 +0000 (15:30 +0100)
Issue-ID: POLICY-3696
Change-Id: Ie0edcbcd7bd7d351f13d415553aa04744b5ab285
Signed-off-by: liamfallon <liam.fallon@est.tech>
packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile
pom.xml

index f88cb26..e9e4753 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:2.3.0
+FROM onap/policy-jre-alpine:2.3.1
 
 LABEL maintainer="Policy Team"
 
diff --git a/pom.xml b/pom.xml
index e17b8dd..cfe3778 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.4.2</version>
+        <version>3.4.3</version>
         <relativePath />
     </parent>
 
@@ -41,8 +41,8 @@
     <description>This code implements the XACML PDP engine</description>
 
     <properties>
-        <policy.common.version>1.9.0</policy.common.version>
-        <policy.models.version>2.5.0</policy.models.version>
+        <policy.common.version>1.9.1</policy.common.version>
+        <policy.models.version>2.5.1</policy.models.version>
         <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
     </properties>