Bump upstreams
[mdsal.git] / binding / mdsal-binding-dom-codec / pom.xml
index a4300e563ec7515e081f734af7a774a0f8c64570..da35eaabf02a32c5e81d2c7af991e8970eadddb7 100644 (file)
             <artifactId>org.osgi.service.component.annotations</artifactId>
         </dependency>
 
+        <!-- FIXME: we have a weird failure with 5.1.1 -->
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>4.11.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-junit-jupiter</artifactId>
+            <version>4.11.0</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>mockito-configuration</artifactId>