Bump odlparent to 13.0.0
[yangtools.git] / common / mockito-configuration / pom.xml
index b31a73eb57a02ce80df7471fbe083f12e812d5da..9bd9c46641a582f732f4a5696e65e4a27fb2d34e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.6</version>
+        <version>13.0.0</version>
         <relativePath/>
     </parent>
 
             <artifactId>mockito-core</artifactId>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>com.github.spotbugs</groupId>
+            <artifactId>spotbugs-annotations</artifactId>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
-
 </project>