Bump json-unit-assertj to 2.35.0
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
index 6d3aea681c8a84b7c7fd331d31b1287fd4b4a4cf..aa51fd001d9aef59028a24356f000793d3c355f9 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
       <artifactId>threadpool-config-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.xmlunit</groupId>
       <artifactId>xmlunit-assertj</artifactId>
     <dependency>
       <groupId>net.javacrumbs.json-unit</groupId>
       <artifactId>json-unit-assertj</artifactId>
-      <version>2.28.0</version>
+      <version>2.35.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>