Bump mockito to 5.4.0 14/106514/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 18:34:03 +0000 (20:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 18 Jun 2023 18:34:03 +0000 (20:34 +0200)
https://github.com/mockito/mockito/releases/tag/v5.4.0

Change-Id: I5670904d770cb01b7b4453135b3c1f0d5f683a38
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
odlparent-dependency-check/pom.xml
odlparent/pom.xml

index e287cf46d1667216717396131503b9a294b750c6..0c1f31fd5387c020c87fce7ef56aa28ebe4c87cb 100644 (file)
             <groupId>org.mockito</groupId>
             <artifactId>mockito-bom</artifactId>
             <type>pom</type>
-            <version>5.3.1</version>
+            <version>5.4.0</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
index 35b91000fe9b785b1dd8b55f6d75bcf6233d57a2..b64aad87e7fd5886182d66136f5a808c5013cbe8 100644 (file)
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-bom</artifactId>
-        <version>5.3.1</version>
+        <version>5.4.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>