Upgrade dependency versions in policy parent

Improve the version handling in the policy parent integration pom.

Change the version of dependencies to the latest version when there is
no code/test impact in the Policy Framework.

Issue-ID: POLICY-4482
Change-Id: I3b8e54ec3a4b4173c2cf0e2007d5ae0e791a37ff
Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/pom.xml b/pom.xml
index 7156326..ab01c0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
         <!-- When changing, also change the oparent.version property -->
-        <version>3.3.2</version>
+        <version>3.3.3-SNAPSHOT</version>
         <relativePath />
     </parent>
     <groupId>org.onap.policy.parent</groupId>
@@ -34,7 +34,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <oparent.version>3.3.2</oparent.version>
+        <oparent.version>3.3.3-SNAPSHOT</oparent.version>
     </properties>
 
     <modules>