Update policy-parent for security fixes

Dependency changes to fix security issues.

The latest oparent version in Master fixes some issues. This commit
pulls in the latest snapshot oparent. Let's see the extent of the fixes
it does. If so, we may need to release oparent as well.

Issue-ID: POLICY-4333
Change-Id: I9b829aa9a2f3538f8580b4aa874db581d6c33042
Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/pom.xml b/pom.xml
index 93ec39f..0c4eb5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,8 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>3.3.1</version>
+        <!-- When changing, also change the oparent.version property -->
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.parent</groupId>
@@ -33,7 +34,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <oparent.version>3.3.1</oparent.version>
+        <oparent.version>3.3.2-SNAPSHOT</oparent.version>
     </properties>
 
     <modules>