Bump mockito to 5.12.0 82/111682/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 13 May 2024 10:40:34 +0000 (12:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 13 May 2024 10:40:34 +0000 (12:40 +0200)
https://github.com/mockito/mockito/releases/tag/v5.12.0

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

index d96e589eaaf37610b42fb98a7516a3e78b6f7b93..be9cdfc0645959cf0d8211a6ec4be4b985dc892c 100644 (file)
             <groupId>org.mockito</groupId>
             <artifactId>mockito-bom</artifactId>
             <type>pom</type>
-            <version>5.11.0</version>
+            <version>5.12.0</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
index 10a7bc7260cac048dbcc05194457853f491e735a..fb3fd16a11aa9c3a0672edea6de36d595746be56 100644 (file)
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-bom</artifactId>
-        <version>5.11.0</version>
+        <version>5.12.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>