Skip to content

Commit 5f3ce88

Browse files
committed
Bump Mockito to 5.16.0
https://github.com/mockito/mockito/releases/tag/v5.16.0 Change-Id: I5addb89ba0f59ed8371776ff434bd75d3a6c5d8a Signed-off-by: Robert Varga <[email protected]>
1 parent 4b3f844 commit 5f3ce88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odlparent-dependency-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<groupId>org.mockito</groupId>
254254
<artifactId>mockito-bom</artifactId>
255255
<type>pom</type>
256-
<version>5.15.2</version>
256+
<version>5.16.0</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.ops4j.pax.exam</groupId>

odlparent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.mockito</groupId>
143143
<artifactId>mockito-bom</artifactId>
144-
<version>5.15.2</version>
144+
<version>5.16.0</version>
145145
<type>pom</type>
146146
<scope>import</scope>
147147
</dependency>

0 commit comments

Comments
 (0)