update mockito version in APPC
[appc.git] / appc-event-listener / appc-event-listener-bundle / pom.xml
index 3c28a39..5ab0718 100644 (file)
@@ -24,8 +24,8 @@
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.6.2</version>
-                <relativePath />
+               <version>2.7.0-SNAPSHOT</version>
+                <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
 
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>
 
                </plugins>
        </build>
-       <version>1.6.5-SNAPSHOT</version>
+       <version>1.7.0-SNAPSHOT</version>
 </project>