Skip to content

Commit

Permalink
Fix broken Mockito dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 19, 2025
1 parent 87e668d commit 77fa970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockit-core</artifactId>
<artifactId>mockito-bom</artifactId>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="80" date="YYYY-MM-DD" description="Version 80: This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix broken Mockito dependency.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.main.branch.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.release.branch.</action>
Expand Down

0 comments on commit 77fa970

Please sign in to comment.