Skip to content

Commit

Permalink
Replace mockito-inline with mockito-core
Browse files Browse the repository at this point in the history
jenkinsci/embeddable-build-status-plugin#191
notes that mockito-inline was removed in mockito/mockito#2945,
replaced with mockito-core. Consumers of mockito-inline should replace
their dependency on mockito-inline with a dependency on mockito-core.

This change prepares for the bump of the parent pom from 4.59 to 4.60.
  • Loading branch information
MarkEWaite committed Apr 17, 2023
1 parent 79876e4 commit c9a4bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -286,7 +286,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c9a4bd7

Please sign in to comment.