Skip to content

Commit 78d821f

Browse files
Update mockito monorepo to v4.7.0 (#2649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d76f4d commit 78d821f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@
216216
<dependency>
217217
<groupId>org.mockito</groupId>
218218
<artifactId>mockito-core</artifactId>
219-
<version>4.6.1</version>
219+
<version>4.7.0</version>
220220
<scope>test</scope>
221221
</dependency>
222222
<dependency>
223223
<groupId>org.mockito</groupId>
224224
<artifactId>mockito-junit-jupiter</artifactId>
225-
<version>4.6.1</version>
225+
<version>4.7.0</version>
226226
<scope>test</scope>
227227
</dependency>
228228
<dependency>

0 commit comments

Comments
 (0)