Fix Test fail with variable length memory address
[policy/engine.git] / ONAP-REST / pom.xml
index 6c0b18f..6666852 100644 (file)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>PolicyEngineSuite</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.2.1-SNAPSHOT</version>
        </parent>
        <artifactId>ONAP-REST</artifactId>
        <description>ONAP REST</description>
                <dependency>
                        <groupId>org.hibernate</groupId>
                        <artifactId>hibernate-validator</artifactId>
-                       <version>5.1.3.Final</version>
+                       <version>5.4.2.Final</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.tomcat</groupId>
                </dependency>           
        </dependencies>
        <properties>
-               <springframework.version>4.3.3.RELEASE</springframework.version>
+               <springframework.version>4.3.15.RELEASE</springframework.version>
                <hibernate.version>4.3.10.Final</hibernate.version>
        </properties>
 </project>