Bump mockito to 5.6.0 90/108290/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Oct 2023 11:17:10 +0000 (13:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Oct 2023 11:17:10 +0000 (13:17 +0200)
https://github.com/mockito/mockito/releases/tag/v5.6.0

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

index 90509ac7e378f77d287d8cdb49d542bb5b147eb9..39d36e233579d5eaf04182080ec1581a208687db 100644 (file)
             <groupId>org.mockito</groupId>
             <artifactId>mockito-bom</artifactId>
             <type>pom</type>
-            <version>5.5.0</version>
+            <version>5.6.0</version>
         </dependency>
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
index 64e61ca08353865218da78c0712c994ce011b23b..3f957d87510b2a0f192a41a77abfeaf56cb50003 100644 (file)
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-bom</artifactId>
-        <version>5.5.0</version>
+        <version>5.6.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>