Bump mockito to 5.10.0 21/110021/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:07:37 +0000 (15:07 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 26 Jan 2024 14:07:37 +0000 (15:07 +0100)
https://github.com/mockito/mockito/releases/tag/v5.10.0

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

index b9e7e6cd39ae32d9693c1e3ccca2f87226cf527b..6cd1bafeb6cb6ae469b82ba300438078f290df0b 100644 (file)
             <groupId>org.mockito</groupId>
             <artifactId>mockito-bom</artifactId>
             <type>pom</type>
-            <version>5.9.0</version>
+            <version>5.10.0</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
index 01f5f54d629048072fad149b5781776d044637b7..96446749baa4a8866cdd1ad82c8a57f8355ad17d 100644 (file)
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-bom</artifactId>
-        <version>5.9.0</version>
+        <version>5.10.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>