Skip to content

Commit 77fa970

Browse files
committedJan 19, 2025·
Fix broken Mockito dependency
1 parent 87e668d commit 77fa970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
</dependency>
357357
<dependency>
358358
<groupId>org.mockito</groupId>
359-
<artifactId>mockit-core</artifactId>
359+
<artifactId>mockito-bom</artifactId>
360360
<version>${commons.mockito.version}</version>
361361
<scope>test</scope>
362362
</dependency>

‎src/changes/changes.xml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
5959
<body>
6060
<release version="80" date="YYYY-MM-DD" description="Version 80: This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
62+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken Mockito dependency.</action>
6263
<!-- ADD -->
6364
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.main.branch.</action>
6465
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.release.branch.</action>

0 commit comments

Comments
 (0)
Please sign in to comment.